Fixed .asm file not being able to be linked

This commit is contained in:
Alex 2022-10-12 00:06:07 +03:00
parent f70e4b747b
commit 11fba7bd68
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
2 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ endif
ifeq ($(DEBUG), 1)
CFLAGS += -DDEBUG -ggdb -O0 -fdiagnostics-color=always
LDFLAGS += -ggdb -O0 -g
NASMFLAGS += -felf32 -g
NASMFLAGS += -F dwarf -g
WARNCFLAG += -Wno-unused-function -Wno-maybe-uninitialized -Wno-builtin-declaration-mismatch -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-variable
ifeq ($(TESTING), 1)
CFLAGS += -DTESTING