File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 15
15
"cacheVariables" : {
16
16
"LLVM_ROOT" : " C:\\ Users\\ $env{USERNAME}\\ Libraries\\ llvm-project\\ llvm\\ install\\ MSVC\\ Debug" ,
17
17
"Clang_ROOT" : " C:\\ Users\\ $env{USERNAME}\\ Libraries\\ llvm-project\\ llvm\\ install\\ MSVC\\ Debug" ,
18
- "CMAKE_EXPORT_COMPILE_COMMANDS" : " ON"
18
+ "CMAKE_EXPORT_COMPILE_COMMANDS" : " ON" ,
19
+ "CMAKE_CXX_FLAGS" : " /W4" ,
20
+ "CMAKE_C_FLAGS" : " /W4"
19
21
},
20
22
"condition" : {
21
23
"type" : " equals" ,
79
81
"CMAKE_C_COMPILER" : " /usr/bin/gcc-13" ,
80
82
"LLVM_ROOT" : " /home/$env{USER}/libraries/llvm-project/llvm/install/Linux/Release" ,
81
83
"Clang_ROOT" : " /home/$env{USER}/libraries/llvm-project/llvm/install/Linux/Release" ,
82
- "CMAKE_EXPORT_COMPILE_COMMANDS" : " ON"
84
+ "CMAKE_EXPORT_COMPILE_COMMANDS" : " ON" ,
85
+ "CMAKE_CXX_FLAGS" : " -Wall -Wextra -Wpedantic -Werror" ,
86
+ "CMAKE_C_FLAGS" : " -Wall -Wextra -Wpedantic -Werror"
83
87
},
84
88
"vendor" : {
85
89
"microsoft.com/VisualStudioSettings/CMake/1.0" : {
You can’t perform that action at this time.
0 commit comments