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.
1 parent 4a2200f commit 97ac470Copy full SHA for 97ac470
example/CMakeLists.txt
@@ -6,7 +6,7 @@ macro(ADD_EXAMPLE name)
6
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
7
8
if ( ${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")
9
- target_link_options(example_${name} PRIVATE "LINKER:--stack:10000000")
+ target_link_options(example_${name} PRIVATE "LINKER:--stack,10000000")
10
endif()
11
endmacro(ADD_EXAMPLE)
12
0 commit comments