We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a19c12 + 87a57ea commit 4f21f44Copy full SHA for 4f21f44
contributing/development/compiling/introduction_to_the_buildsystem.rst
@@ -237,7 +237,7 @@ Several compiler optimization levels can be chosen from:
237
build times, but the slowest execution times.
238
- ``optimize=custom`` *(advanced users only)*: Do not pass optimization
239
arguments to the C/C++ compilers. You will have to pass arguments manually
240
- using the ``CFLAGS``, ``CCFLAGS`` and ``CXXFLAGS`` SCons options.
+ using the ``cflags``, ``ccflags`` and ``cxxflags`` SCons options.
241
242
Architecture
243
------------
0 commit comments