mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
Reenabled LTO (fixed in dkA r52)
This commit is contained in:
parent
d762c390af
commit
d4e7f092fa
@ -10,8 +10,8 @@ INCDIRS := source source/common source/filesys source/crypto source/fatfs source
|
||||
INCLUDE := $(foreach dir,$(INCDIRS),-I"$(shell pwd)/$(dir)")
|
||||
|
||||
ASFLAGS += $(SUBARCH) $(INCLUDE)
|
||||
CFLAGS += $(SUBARCH) $(INCLUDE) -fno-builtin-memcpy
|
||||
LDFLAGS += $(SUBARCH) -Wl,-Map,$(TARGET).map
|
||||
CFLAGS += $(SUBARCH) $(INCLUDE) -fno-builtin-memcpy -flto
|
||||
LDFLAGS += $(SUBARCH) -Wl,-Map,$(TARGET).map -flto
|
||||
|
||||
include ../Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user