Skip to content

Commit

Permalink
Increase stack size on windows to avoid running out stack space durin…
Browse files Browse the repository at this point in the history
…g testing (error detected by ASAN)
  • Loading branch information
dibyendumajumdar committed Jun 9, 2024
1 parent 0af1356 commit 2fb956d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ set_property(TARGET ${LIBRAVI_NAME} PROPERTY C_STANDARD 99)
# Main Ravi executable
add_executable(ravi ${LUA_CMD_SRCS})
target_link_libraries(ravi ${LIBRAVI_NAME})
target_link_options(ravi PRIVATE /STACK:16777216)
set_property(TARGET ravi PROPERTY C_STANDARD 99)

# Sources that are needed for a static NOJIT basic library
Expand Down

0 comments on commit 2fb956d

Please sign in to comment.