File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,8 @@ let out_dir = env::var("OUT_DIR").unwrap();
377377 not need to run ` make -j ` , and instead can set the ` MAKEFLAGS ` env var to the
378378 content of ` CARGO_MAKEFLAGS ` to activate the use of Cargo's GNU Make compatible
379379 [ jobserver] for sub-make invocations.
380- * ` OPT_LEVEL ` , ` DEBUG ` --- values of the corresponding variables for the profile currently being built.
380+ * ` DEBUG ` --- ` true ` or ` false ` . ` false ` corresponds to when the debug profile setting is ` 0 ` , ` false ` , or ` "none" ` .
381+ * ` OPT_LEVEL ` --- values of the corresponding variable for the profile currently being built.
381382* ` PROFILE ` --- ` release ` for release builds, ` debug ` for other builds. This is
382383 determined based on if the [ profile] inherits from the [ ` dev ` ] or
383384 [ ` release ` ] profile. Using this environment variable is not recommended.
You can’t perform that action at this time.
0 commit comments