summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 63310bf..6c6d711 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -1,6 +1,7 @@
CC=i686-foolos-gcc
CFLAGS=
+#CFLAGS+=-fstack-protector-all
CFLAGS+=-I..
CFLAGS+=-w
CFLAGS+=-std=gnu11