X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=source%2Fgles2rice%2Fprojects%2Funix%2FMakefile;h=0b8832c1aa4775aeb8f615acb8a45c4cf43f1840;hb=ed6cf09e87bc0c546582135248796df4312e192e;hp=688f27c8fa4ff01e6a4b6e24d79e967d6a1a1c5b;hpb=c98206581a50e49bebdfeb513b569761b528befb;p=mupen64plus-pandora.git 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