Skip to content

Commit

Permalink
Fix vs build
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Oct 30, 2024
1 parent 44dc5ea commit 7121ae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"description": "Options specific for MSVC",
"cacheVariables": {
"CMAKE_C_FLAGS_INIT": "-D_ITERATOR_DEBUG_LEVEL=0 /MP",
"CMAKE_CXX_FLAGS_INIT": "-D_ITERATOR_DEBUG_LEVEL=0 /MP",
"CMAKE_DEFAULT_BUILD_TYPE": "RelWithDebInfo"
"CMAKE_CXX_FLAGS_INIT": "-D_ITERATOR_DEBUG_LEVEL=0 /MP"
}
},
{
Expand Down

0 comments on commit 7121ae0

Please sign in to comment.