Skip to content

Commit

Permalink
Update CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci authored Feb 13, 2024
1 parent 9eb21ef commit bf44da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"inherits": "confs-windows-common",
"cacheVariables": {
"CMAKE_CXX_COMPILER": "clang-cl",
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wshadow -Wpedantic -Wunused -Wformat=2 -Wnull-dereference -Wnon-virtual-dtor -Woverloaded-virtual -Wold-style-cast -Wno-missing-prototypes -Wno-switch-enum -Wno-c++98-compat"
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wshadow -Wpedantic -Wunused -Wformat=2 -Wnull-dereference -Wnon-virtual-dtor -Woverloaded-virtual -Wold-style-cast -Wno-missing-prototypes -Wno-switch-enum -Wno-c++98-compat /EHsc"
},
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
Expand Down

0 comments on commit bf44da6

Please sign in to comment.