mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Fixed .asm file not being able to be linked
This commit is contained in:
parent
f70e4b747b
commit
11fba7bd68
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user