[SCons] Fix documentation of 'optimize' option
This commit is contained in:
parent
6885edb8f8
commit
4977b2773f
2 changed files with 2 additions and 2 deletions
|
|
@ -489,7 +489,7 @@ config_options = [
|
|||
'optimize',
|
||||
"""Enable extra compiler optimizations specified by the
|
||||
"optimize_flags" variable, instead of the flags specified by the
|
||||
"debug_flags" variable.""",
|
||||
"no_optimize_flags" variable.""",
|
||||
True),
|
||||
('optimize_flags',
|
||||
'Additional compiler flags passed to the C/C++ compiler when optimize=yes.',
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ running 'scons build'. The format of this file is:
|
|||
* optimize: [ yes | no ]
|
||||
Enable extra compiler optimizations specified by the
|
||||
"optimize_flags" variable, instead of the flags specified by the
|
||||
"debug_flags" variable.
|
||||
"no_optimize_flags" variable.
|
||||
- default: 'yes'
|
||||
|
||||
* optimize_flags: [ string ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue