parent
83a2457dd8
commit
b32ce37de5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ opts.AddVariables(
|
|||
BoolVariable('ccache', "Use ccache", False),
|
||||
('ctool', 'Set c compiler command if not using standard compiler.'),
|
||||
('cxxtool', 'Set c++ compiler command if not using standard compiler.'),
|
||||
EnumVariable('cxx_std', 'Target c++ std version', '14', ['14']),
|
||||
EnumVariable('cxx_std', 'Target c++ std version', '14', ['14', '17']),
|
||||
BoolVariable('openmp', 'Enable openmp use.', False),
|
||||
('sanitize', 'Enable clang and GCC sanitizer functionality. A comma separated list of sanitize suboptions must be passed as value.', ''),
|
||||
BoolVariable("fast", "Make scons faster at cost of less precise dependency tracking.", False),
|
||||
|
|
Loading…
Add table
Reference in a new issue