summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eed133b..0faeee0 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ CFLAGS += -D DEBUG -g
CFLAGS += $(CPPFLAGS)
LDFLAGS += -nmagic -nostdlib
+LDFLAGS += -z noexecstack
SRC=kernel
BIN=bin