Skip to content

Commit fc873cc

Browse files
committed
Compiling: Document scons --help option.
Fixes godotengine/godot#18444.
1 parent 41b5e69 commit fc873cc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

development/compiling/introduction_to_the_buildsystem.rst

+10
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,16 @@ else.
185185
This flag appends ".32" or ".64" suffixes to resulting binaries when
186186
relevant.
187187

188+
Other build options
189+
-------------------
190+
191+
There are several other build options that you can use to configure the
192+
way Godot should be built (compiler, debug options, etc.) as well as the
193+
features to include/disable.
194+
195+
Check the output of ``scons --help`` for details about each option for
196+
the version you are willing to compile.
197+
188198
Export templates
189199
----------------
190200

0 commit comments

Comments
 (0)