We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43ec304 + 330354f commit b942ea2Copy full SHA for b942ea2
CMakeLists.txt
@@ -48,7 +48,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
48
if (MSVC)
49
add_definitions(-D_CRT_SECURE_NO_WARNINGS -DNOMINMAX)
50
add_compile_options(-wd4996)
51
- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /ignore:4099 /STACK:30000000")
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /ignore:4099")
52
else()
53
add_compile_options(-Wall)
54
endif()
0 commit comments