Skip to content

Commit

Permalink
Bump stack usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rodiazet committed Dec 19, 2022
1 parent 166dbf0 commit 75a38b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evmone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if(CABLE_COMPILER_GNULIKE)
target_compile_options(
evmone PRIVATE
-fno-exceptions
$<$<CXX_COMPILER_ID:GNU>:-Wstack-usage=2500>
$<$<CXX_COMPILER_ID:GNU>:-Wstack-usage=2600>
)
if(NOT SANITIZE MATCHES undefined)
# RTTI can be disabled except for UBSan which checks vptr integrity.
Expand Down

0 comments on commit 75a38b2

Please sign in to comment.