Răsfoiți Sursa

More details on --variant

Dan Engelbrecht 7 ani în urmă
părinte
comite
24c7e3db35
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/en/manuals/bob.md

+ 1 - 1
docs/en/manuals/bob.md

@@ -105,7 +105,7 @@ Available platforms:
 : HTML5
 
 `--variant`
-: The variant specifies which type of executable to build when bundling and it together with strip-executable option replaces the -debug option. If no variant is specified you will get a stripped release version of the engine. Setting --variant to debug and not specifying --strip-executable yields the same type of executable as -debug used to do.
+: The variant specifies which type of executable to build when bundling and it together with "--strip-executable" option replaces the "--debug" option. If no variant is specified you will get a release version of the engine (stripped of symbols on Android and iOS). Setting "--variant" to debug and not specifying "--strip-executable" yields the same type of executable as "--debug" used to do.
 
 By default, Bob looks in the current directory for a project to build. If you change the current dir to a Defold project and invoke bob, it builds the data for the project in the default output directory *build/default*.