notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7741ca
)
build, add CFLAGS to linking for -flto
author
kub
<derkub@gmail.com>
Tue, 8 Feb 2022 20:56:01 +0000
(20:56 +0000)
committer
kub
<derkub@gmail.com>
Tue, 8 Feb 2022 20:56:01 +0000
(20:56 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
3821ad8
..
94446a9
100644
(file)
--- a/
Makefile
+++ b/
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"