summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan McFarlane <i.mcfarlane2002@gmail.com>2025-04-18 10:57:38 -0400
committerIan McFarlane <i.mcfarlane2002@gmail.com>2025-04-18 10:57:38 -0400
commit8161dc6b9c05276fa696f2a058d01e6ebb86a5e8 (patch)
tree3820adb935d61bd972adbdd33dcea0a9a879d4ec /Makefile
parentswitch __FUNCTION__ to __func__ (diff)
parentfix compile warnings (diff)
downloadcomus-8161dc6b9c05276fa696f2a058d01e6ebb86a5e8.tar.gz
comus-8161dc6b9c05276fa696f2a058d01e6ebb86a5e8.tar.bz2
comus-8161dc6b9c05276fa696f2a058d01e6ebb86a5e8.zip
Merge branch 'main' into ata
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