Bläddra i källkod

Compiling: Document `scons --help` option.

Fixes godotengine/godot#18444.
Rémi Verschelde 7 år sedan
förälder
incheckning
fc873cc50f
1 ändrade filer med 10 tillägg och 0 borttagningar
  1. 10 0
      development/compiling/introduction_to_the_buildsystem.rst

+ 10 - 0
development/compiling/introduction_to_the_buildsystem.rst

@@ -185,6 +185,16 @@ else.
 This flag appends ".32" or ".64" suffixes to resulting binaries when
 This flag appends ".32" or ".64" suffixes to resulting binaries when
 relevant.
 relevant.
 
 
+Other build options
+-------------------
+
+There are several other build options that you can use to configure the
+way Godot should be built (compiler, debug options, etc.) as well as the
+features to include/disable.
+
+Check the output of ``scons --help`` for details about each option for
+the version you are willing to compile.
+
 Export templates
 Export templates
 ----------------
 ----------------