summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-22 00:56:20 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-22 00:56:20 -0600
commit8ae41297e21c96793ab1f2c8d1abcc5f274501e2 (patch)
treec2d8a94ed875c3739a2f730a2ea16dd802948615 /Makefile
parentb13be233849bfec6277638f6bf7261a4b709cedf (diff)
wip netio
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68c1598..57583ae 100644
--- a/Makefile
+++ b/Makefile
@@ -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