mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 08:49:14 +00:00
Fixed .asm file not being able to be linked
This commit is contained in:
2
Makefile
2
Makefile
@ -97,7 +97,7 @@ endif
|
|||||||
ifeq ($(DEBUG), 1)
|
ifeq ($(DEBUG), 1)
|
||||||
CFLAGS += -DDEBUG -ggdb -O0 -fdiagnostics-color=always
|
CFLAGS += -DDEBUG -ggdb -O0 -fdiagnostics-color=always
|
||||||
LDFLAGS += -ggdb -O0 -g
|
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
|
WARNCFLAG += -Wno-unused-function -Wno-maybe-uninitialized -Wno-builtin-declaration-mismatch -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-variable
|
||||||
ifeq ($(TESTING), 1)
|
ifeq ($(TESTING), 1)
|
||||||
CFLAGS += -DTESTING
|
CFLAGS += -DTESTING
|
||||||
|
Reference in New Issue
Block a user