Skip to content

Commit

Permalink
stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Apr 23, 2024
1 parent d17e66b commit 550beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ target_compile_options(evm_runtime PUBLIC --no-missing-ricardian-clause)
if (WITH_LARGE_STACK)
target_link_options(evm_runtime PUBLIC --stack-size=50000000)
else()
target_link_options(evm_runtime PUBLIC --stack-size=34880)
target_link_options(evm_runtime PUBLIC --stack-size=34848)
endif()

0 comments on commit 550beca

Please sign in to comment.