diff --git a/SConstruct b/SConstruct index f4da877202..6cede911ba 100644 --- a/SConstruct +++ b/SConstruct @@ -64,7 +64,7 @@ vars.AddVariables( PathVariable('BUILD_DIR', 'Directory where temporary build files are placed by scons', 'build', PathVariable.PathIsDirCreate), PathVariable('REFERENCE_DIR', 'Directory where the test reference images are stored.', 'testsuite', PathVariable.PathIsDirCreate), EnumVariable('MODE', 'Set compiler configuration', 'opt', allowed_values=('opt', 'debug', 'profile')), - EnumVariable('WARN_LEVEL', 'Set warning level', 'none', allowed_values=('strict', 'warn-only', 'none')), + EnumVariable('WARN_LEVEL', 'Set warning level', 'warn-only', allowed_values=('strict', 'warn-only', 'none')), StringVariable('COMPILER', 'Set compiler to use', ALLOWED_COMPILERS[0], compiler_validator), PathVariable('SHCXX', 'C++ compiler used for generating shared-library objects', None), EnumVariable('CXX_STANDARD', 'C++ standard for gcc/clang.', '11', allowed_values=('11', '14', '17', '20')),