diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |