mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-18 02:24:54 +00:00
Allow setting c++17 in scons.
This commit is contained in:
parent
5d970e40cd
commit
7aeca70cb0
|
@ -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…
Reference in New Issue
Block a user