Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds AppleClang + msvc preset #82

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update CMakePresets.json
  • Loading branch information
wusatosi authored Nov 25, 2024
commit 3a6abdb95d13f9da57d8803a02ad99f15958fae6
4 changes: 1 addition & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -36,9 +36,7 @@
"_release-base"
],
"cacheVariables": {
"CMAKE_CXX_COMPILER": "g++",
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "-fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract -fsanitize=leak -fsanitize=undefined"
"CMAKE_CXX_COMPILER": "g++"
}
},
{