mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Rename SCons command line options for CCFLAGS, etc. to lowercase
Matching the changes in https://github.com/godotengine/godot/pull/86964.
This commit is contained in:
@@ -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
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user