aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-27 22:02:13 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-27 22:02:13 -0500
commitf633ca9108a6bd90408930eeb367a33deeb6b91f (patch)
tree5bfc6224812903db26aba8716b58dab5431a888a /Makefile
parent784f819f976042fbf683a452aa1e46dcff4a49a5 (diff)
configure stack and dict sizes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71dce00..cef251f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-CFLAGS := -O3 -ggdb -g3 -Wall -Wextra -I.
+CFLAGS := -O3 -ggdb -g3 -Wall -Wextra -I. \
+ -DFOCI_DATA_STACK_SIZE=12 \
+ -DFOCI_RETURN_STACK_SIZE=12
all: x86-64