diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-17 14:49:33 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-17 14:49:45 -0400 |
commit | 2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3 (patch) | |
tree | 71fdba68b2fc707c46cb62fdab58eb7a44c88c4d /Makefile | |
parent | gcc14stdenv instead of clang (diff) | |
download | comus-2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3.tar.gz comus-2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3.tar.bz2 comus-2f6d195ba384fd9e683ba3cb5aaf58797a85e9e3.zip |
fix compile warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ CFLAGS += -D DEBUG -g CFLAGS += $(CPPFLAGS) LDFLAGS += -nmagic -nostdlib +LDFLAGS += -z noexecstack SRC=kernel BIN=bin |