Skip to content

Commit 4f21f44

Browse files
authored
Merge pull request #8743 from akien-mga/scons-cmdline-CCFLAGS-lowercase
Rename SCons command line options for CCFLAGS, etc. to lowercase
2 parents 6a19c12 + 87a57ea commit 4f21f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/compiling/introduction_to_the_buildsystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Several compiler optimization levels can be chosen from:
237237
build times, but the slowest execution times.
238238
- ``optimize=custom`` *(advanced users only)*: Do not pass optimization
239239
arguments to the C/C++ compilers. You will have to pass arguments manually
240-
using the ``CFLAGS``, ``CCFLAGS`` and ``CXXFLAGS`` SCons options.
240+
using the ``cflags``, ``ccflags`` and ``cxxflags`` SCons options.
241241

242242
Architecture
243243
------------

0 commit comments

Comments
 (0)