diff options
| -rw-r--r-- | config/ChangeLog | 4 | ||||
| -rw-r--r-- | config/eu.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 0f240ea4..642d7653 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2017-05-04 Ulf Hermann <[email protected]> + + * eu.am: Increase stack limit to 512k. + 2017-04-28 Ulf Hermann <[email protected]> * eu.am: Disable textrel_check if we're not building ELF files. diff --git a/config/eu.am b/config/eu.am index 9603668e..d0ceb272 100644 --- a/config/eu.am +++ b/config/eu.am @@ -39,9 +39,9 @@ endif # with deterministic archives. ARFLAGS = cr -# Warn about stack usage of more than 256K = 262144 bytes. +# Warn about stack usage of more than 512K = 524288 bytes. if ADD_STACK_USAGE_WARNING -STACK_USAGE_WARNING=-Wstack-usage=262144 +STACK_USAGE_WARNING=-Wstack-usage=524288 else STACK_USAGE_WARNING= endif |
