Browse Source

Fix PR#1653

FeralBytes 7 years ago
parent
commit
514ddf2ead
1 changed files with 4 additions and 0 deletions
  1. 4 0
      development/compiling/compiling_for_windows.rst

+ 4 - 0
development/compiling/compiling_for_windows.rst

@@ -197,6 +197,10 @@ build a corresponding executable.
 This executable file contains the whole engine and runs without any
 This executable file contains the whole engine and runs without any
 dependencies. Executing it will bring up the Project Manager.
 dependencies. Executing it will bring up the Project Manager.
 
 
+.. note:: If you are compiling Godot for production use, then you can
+          make the final executable smaller and faster by adding the
+          SCons option ``target=release_debug``.
+
 How the prompts actually work
 How the prompts actually work
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~