Skip to content

Commit

Permalink
[ci skip] fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Oct 27, 2024
1 parent b87dfe7 commit c33cfb3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY

FIXES
-----

- List fixes of outright bugs

- PackageVariable now does what the documentation always said it does
if the variable is used on the command line with one of the enabling
string as the value: the variable's default value is produced (previously
Expand Down Expand Up @@ -75,13 +72,13 @@ IMPROVEMENTS
under which they would be observed), or major code cleanups

- For consistency with the optparse "add_option" method, AddOption accepts
an SConsOption object as a single argument (this failed previouly).
an SConsOption object as a single argument (this failed previously).
Calling AddOption with the full set of arguments (option names and
attributes) to set up the option is still the recommended approach.

- Add clang and clang++ to the default tool search orders for POSIX
and Windows platforms. These will be searched for after gcc and g++,
respectively. Does not affect expliclity requested tool lists. Note:
respectively. Does not affect explicitly requested tool lists. Note:
on Windows, SCons currently only has builtin support for clang, not
for clang-cl, the version of the frontend that uses cl.exe-compatible
command line switches.
Expand Down

0 comments on commit c33cfb3

Please sign in to comment.