From 2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 17 Apr 2025 14:49:33 -0400 Subject: fix compile warnings --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3-freya