Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Sankel <[email protected]>
  • Loading branch information
wusatosi and camio authored Dec 7, 2024
1 parent 41f7186 commit 96a9e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"_debug-base"
],
"cacheVariables": {
"CMAKE_CXX_COMPILER": "g++",
"CMAKE_CXX_COMPILER": "clang++",
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "-fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract -fsanitize=undefined"
}
Expand All @@ -70,7 +70,7 @@
"_release-base"
],
"cacheVariables": {
"CMAKE_CXX_COMPILER": "g++"
"CMAKE_CXX_COMPILER": "clang++"
}
},
{
Expand Down

0 comments on commit 96a9e35

Please sign in to comment.