mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
build, add CFLAGS to linking for -flto
This commit is contained in:
parent
f7741cac91
commit
0004aa7cb0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -314,7 +314,7 @@ $(TARGET): $(OBJS)
|
|||
ifeq ($(STATIC_LINKING), 1)
|
||||
$(AR) rcs $@ $^
|
||||
else
|
||||
$(LD) $(LINKOUT)$@ $^ $(LDFLAGS) $(LDLIBS)
|
||||
$(LD) $(LINKOUT)$@ $^ $(CFLAGS) $(LDFLAGS) $(LDLIBS)
|
||||
endif
|
||||
|
||||
ifeq "$(PLATFORM)" "psp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue