summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e42fcd7..351b9b3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ $(TARGET): $(TARGET).o
ld --omagic -static -o $@ $<
$(TARGET).o: $(SRCS) $(TARGET).fs
- nasm -g -F dwarf -O0 -f elf64 -o $@ $<
+ nasm -g -F dwarf -O0 -f elf64 -w-zeroing -o $@ $<
.PHONY: clean
clean: