Skip to content

Commit

Permalink
Merge pull request #8743 from akien-mga/scons-cmdline-CCFLAGS-lowercase
Browse files Browse the repository at this point in the history
Rename SCons command line options for CCFLAGS, etc. to lowercase
  • Loading branch information
skyace65 authored Feb 23, 2024
2 parents 6a19c12 + 87a57ea commit 4f21f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Several compiler optimization levels can be chosen from:
build times, but the slowest execution times.
- ``optimize=custom`` *(advanced users only)*: Do not pass optimization
arguments to the C/C++ compilers. You will have to pass arguments manually
using the ``CFLAGS``, ``CCFLAGS`` and ``CXXFLAGS`` SCons options.
using the ``cflags``, ``ccflags`` and ``cxxflags`` SCons options.

Architecture
------------
Expand Down

0 comments on commit 4f21f44

Please sign in to comment.