From: ptitSeb Date: Fri, 1 Nov 2013 19:46:26 +0000 (+0100) Subject: GLES2RICE: Added LTO Optim back to Makefile X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=commitdiff_plain;h=ed6cf09e87bc0c546582135248796df4312e192e GLES2RICE: Added LTO Optim back to Makefile --- diff --git a/source/gles2rice/projects/unix/Makefile b/source/gles2rice/projects/unix/Makefile index 688f27c..0b8832c 100755 --- 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 ?= -O3 +OPTFLAGS ?= -Ofast -ffast-math -flto -fuse-linker-plugin WARNFLAGS ?= -Wall CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src CXXFLAGS += -fvisibility-inlines-hidden