[SCons] Fix documentation of 'optimize' option

This commit is contained in:
Ray Speth 2015-11-18 12:59:16 -05:00
parent 6885edb8f8
commit 4977b2773f
2 changed files with 2 additions and 2 deletions

View file

@ -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.',

View file

@ -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 ]