Skip to content

Commit

Permalink
Fix vs build (shader-slang#5452)
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 authored Oct 30, 2024
1 parent 302e604 commit 521df4f
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 521df4f

Please sign in to comment.