Skip to content

Commit

Permalink
remove GS flag (on by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed Dec 14, 2023
1 parent cee50b4 commit bc3ccaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nobuild.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define MSVC_INCLUDE_FLAGS "/Iinclude", "/Iimgui", "/Iimgui/backends", "/Iimgui/backends/standalone", "/Ivendor/GLFW/include"

#define MSVC_RELEASE_FLAGS MSVC_COMMON_FLAGS, "/DNDEBUG", MSVC_INCLUDE_FLAGS, "/O2", "/MT", "/GL"
#define MSVC_DEBUG_FLAGS MSVC_COMMON_FLAGS, MSVC_INCLUDE_FLAGS, "/Od", "/Z7", "/MTd", "/FS", "/GS"
#define MSVC_DEBUG_FLAGS MSVC_COMMON_FLAGS, MSVC_INCLUDE_FLAGS, "/Od", "/Z7", "/MTd", "/FS"

#define MSVC_LINK_RELEASE_FLAGS "/LTCG", "/MACHINE:x86"
#define MSVC_LINK_DEBUG_FLAGS "/DEBUG", "/MACHINE:x86"
Expand Down
Binary file modified nobuild.exe
Binary file not shown.

0 comments on commit bc3ccaf

Please sign in to comment.