Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Mar 20, 2024
1 parent 16e2941 commit 2c35f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"inherits": "template-vcpkg",
"cacheVariables": {
"CMAKE_C_FLAGS": "/DWIN32 /D_WINDOWS /W3 /nologo /diagnostics:column /sdl /W3 /WX-",
"CMAKE_C_FLAGS_DEBUG": "",
"CMAKE_C_FLAGS_RELEASE": "/O2",
"CMAKE_EXE_LINKER_FLAGS_DEBUG": "",
"CMAKE_C_FLAGS_DEBUG": "/MDd /Zi /Ob0 /Od /RTC1",
"CMAKE_C_FLAGS_RELEASE": "/MD /O2 /Ob2 /DNDEBUG",
"CMAKE_EXE_LINKER_FLAGS_DEBUG": "/debug",
"CMAKE_EXE_LINKER_FLAGS_RELEASE": ""
}
},
Expand Down

0 comments on commit 2c35f74

Please sign in to comment.