more work on actual game logic

This commit is contained in:
2025-07-10 22:55:18 +02:00
parent 00cc777183
commit 63ded22bfd
3 changed files with 137 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
NASM = nasm
LD = ld
NASM_FLAGS := -felf64 -Isrc -Ox -Ov -w+all
NASM_FLAGS := -felf64 -Isrc -Ox -Ov -w+all -w-reloc-abs-dword -w-reloc-rel-dword
LD_FLAGS := --strip-all
DEBUG_LD_FLAGS := -g