Skip to content

Commit

Permalink
update stack size...
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Nov 28, 2024
1 parent 7fc98dd commit babea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if(EMSCRIPTEN)
add_link_options(-sMALLOC=mimalloc)
# The default stack size apparently causes problem when parallelization is
# enabled.
add_link_options(-sSTACK_SIZE=10MB)
add_link_options(-sSTACK_SIZE=20MB)
endif()
if(MANIFOLD_DEBUG)
list(APPEND MANIFOLD_FLAGS -fexceptions)
Expand Down

0 comments on commit babea65

Please sign in to comment.