diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +CFLAGS += -fno-split-stack +CFLAGS += -Wall -Wextra -Werror +CFLAGS += -g -O0 +LDFLAGS += -static + srv9p: srv9p.o coroutine.o net9p.o net9p_defs.h net9p_defs.c: net9p_defs.gen net9p_defs.txt |