Skip to content

Commit 87a57ea

Browse files
committed
Rename SCons command line options for CCFLAGS, etc. to lowercase
Matching the changes in godotengine/godot#86964.
1 parent eb00206 commit 87a57ea

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)