notaz.gp2x.de
/
mupen64plus-pandora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c982065
)
GLES2RICE: Added LTO Optim back to Makefile
author
ptitSeb
<sebastien.chev@gmail.com>
Fri, 1 Nov 2013 19:46:26 +0000
(20:46 +0100)
committer
ptitSeb
<sebastien.chev@gmail.com>
Fri, 1 Nov 2013 19:46:26 +0000
(20:46 +0100)
source/gles2rice/projects/unix/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/source/gles2rice/projects/unix/Makefile
b/source/gles2rice/projects/unix/Makefile
index
688f27c
..
0b8832c
100755
(executable)
--- a/
source/gles2rice/projects/unix/Makefile
+++ b/
source/gles2rice/projects/unix/Makefile
@@
-122,7
+122,7
@@
ifeq ("$(CPU)","NONE")
endif
# base CFLAGS, LDLIBS, and LDFLAGS
-OPTFLAGS ?= -O
3
+OPTFLAGS ?= -O
fast -ffast-math -flto -fuse-linker-plugin
WARNFLAGS ?= -Wall
CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src
CXXFLAGS += -fvisibility-inlines-hidden