File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def main():
212
212
parser .add_argument ("--enable-esimd-emulator" , action = 'store_true' , help = "build with ESIMD emulation support" )
213
213
parser .add_argument ("--no-assertions" , action = 'store_true' , help = "build without assertions" )
214
214
parser .add_argument ("--docs" , action = 'store_true' , help = "build Doxygen documentation" )
215
- parser .add_argument ("--werror" , action = 'store_true' , help = "Don't treat warnings as errors" )
215
+ parser .add_argument ("--werror" , action = 'store_true' , help = "Treat warnings as errors" )
216
216
parser .add_argument ("--shared-libs" , action = 'store_true' , help = "Build shared libraries" )
217
217
parser .add_argument ("--cmake-opt" , action = 'append' , help = "Additional CMake option not configured via script parameters" )
218
218
parser .add_argument ("--cmake-gen" , default = "Ninja" , help = "CMake generator" )
You can’t perform that action at this time.
0 commit comments