Skip to content

Commit

Permalink
enlarge stack size (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Dec 10, 2023
1 parent 6fd7a85 commit 65af04e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(WIN32)
#4702 unreachable code(false warning on constexpr condition)
#4100 unreferenced formal parameter

target_link_options(${PROJECT_NAME} INTERFACE /STACK:3145728) #Stack requires up to L2 cache size
target_link_options(${PROJECT_NAME} INTERFACE /STACK:5242880) #Stack requires up to L2 cache size
endif(WIN32)

set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit 65af04e

Please sign in to comment.