Browse Source

Merge pull request #3757 from Calinou/buildsystem-fix-toc

Fix table of contents in Introduction to the buildsystem
Rémi Verschelde 5 years ago
parent
commit
d3c91a2725
1 changed files with 10 additions and 10 deletions
  1. 10 10
      development/compiling/introduction_to_the_buildsystem.rst

+ 10 - 10
development/compiling/introduction_to_the_buildsystem.rst

@@ -212,16 +212,6 @@ directory paths containing such modules:
 
 
     :ref:`doc_custom_modules_in_c++`
     :ref:`doc_custom_modules_in_c++`
 
 
-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.
-
 Cleaning generated files
 Cleaning generated files
 ------------------------
 ------------------------
 
 
@@ -234,6 +224,16 @@ for all platforms and configurations. Beware, as this will remove all untracked
 and ignored files in the repository. Don't run this command if you have
 and ignored files in the repository. Don't run this command if you have
 uncommitted work!
 uncommitted work!
 
 
+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.
+
 .. _doc_overriding_build_options:
 .. _doc_overriding_build_options:
 
 
 Overriding the build options
 Overriding the build options