summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-17 14:49:33 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-17 14:49:45 -0400
commit2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3 (patch)
tree71fdba68b2fc707c46cb62fdab58eb7a44c88c4d /Makefile
parentgcc14stdenv instead of clang (diff)
downloadcomus-2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3.tar.gz
comus-2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3.tar.bz2
comus-2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3.zip
fix compile warnings
Diffstat (limited to 'Makefile')
-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