aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.main4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.main b/Makefile.main
index 75ff7d1..e6ff0a6 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -23,8 +23,8 @@ CWARNS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-Winit-self \
-Wsuggest-attribute=const \
-Wsuggest-attribute=noreturn \
- -Wframe-larger-than=2048 \
- -Wstack-usage=4096
+ -Wframe-larger-than=1024 \
+ -Wstack-usage=1024
# Host tools and options
HOSTCC=gcc