summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-17 14:12:53 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-17 14:12:53 -0400
commit1ce1f48f82c4a7f29db509cdd03481356b7c3061 (patch)
tree080fdf171640733267acb4230c8a7ed4037feb4b
parentelf sym loading (diff)
downloadcomus-1ce1f48f82c4a7f29db509cdd03481356b7c3061.tar.gz
comus-1ce1f48f82c4a7f29db509cdd03481356b7c3061.tar.bz2
comus-1ce1f48f82c4a7f29db509cdd03481356b7c3061.zip
fix ldflags
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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