From 1ce1f48f82c4a7f29db509cdd03481356b7c3061 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 17 Apr 2025 14:12:53 -0400 Subject: fix ldflags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb4380c..7878196 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ CFLAGS += -fno-builtin CFLAGS += -D DEBUG -g CFLAGS += $(CPPFLAGS) -LDFLAGS += -nmagic --no-warn-rwx-segments -nostdlib -E +LDFLAGS += -nmagic -nostdlib SRC=kernel BIN=bin -- cgit v1.2.3-freya