Remove -ggdb from LDFLAGS

This commit is contained in:
Justin C. Miller
2018-04-23 20:37:15 -07:00
parent ff1aac64c1
commit 0a6c39ded4

View File

@@ -76,7 +76,7 @@ ifdef MAX_HRES
BOOT_CFLAGS += -DMAX_HRES=$(MAX_HRES) BOOT_CFLAGS += -DMAX_HRES=$(MAX_HRES)
endif endif
LDFLAGS := -L $(BUILD_D) -ggdb LDFLAGS := -L $(BUILD_D) -g
LDFLAGS += -nostdlib -znocombreloc -Bsymbolic -nostartfiles LDFLAGS += -nostdlib -znocombreloc -Bsymbolic -nostartfiles
BOOT_LDFLAGS := $(LDFLAGS) -shared BOOT_LDFLAGS := $(LDFLAGS) -shared