|
@@ -1845,7 +1845,7 @@ elseif(WINDOWS)
|
|
|
|
|
|
if(MSVC AND NOT SDL_LIBC)
|
|
if(MSVC AND NOT SDL_LIBC)
|
|
# Prevent codegen that would use the VC runtime libraries.
|
|
# Prevent codegen that would use the VC runtime libraries.
|
|
- set_property(DIRECTORY . APPEND PROPERTY COMPILE_OPTIONS "/GS-")
|
|
|
|
|
|
+ set_property(DIRECTORY . APPEND PROPERTY COMPILE_OPTIONS "/GS-;/Gs1048576")
|
|
if(SDL_CPU_X86)
|
|
if(SDL_CPU_X86)
|
|
set_property(DIRECTORY . APPEND PROPERTY COMPILE_OPTIONS "/arch:SSE")
|
|
set_property(DIRECTORY . APPEND PROPERTY COMPILE_OPTIONS "/arch:SSE")
|
|
endif()
|
|
endif()
|