From c98206581a50e49bebdfeb513b569761b528befb Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 1 Nov 2013 20:45:51 +0100 Subject: [PATCH] GLES2GLIDE: Added LTO Optim back to Makefile (on the right file) --- source/gles2glide64/projects/unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gles2glide64/projects/unix/Makefile b/source/gles2glide64/projects/unix/Makefile index f813c02..c509829 100755 --- a/source/gles2glide64/projects/unix/Makefile +++ b/source/gles2glide64/projects/unix/Makefile @@ -127,7 +127,7 @@ ifeq ("$(CPU)","NONE") endif # base CFLAGS, LDLIBS, and LDFLAGS -OPTFLAGS ?= -Ofast -ffast-math +OPTFLAGS ?= -Ofast -ffast-math -flto -fuse-linker-plugin WARNFLAGS ?= -Wall CFLAGS += $(OPTFLAGS) $(WARNFLAGS) -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src -I../../src/Glitch64/inc -DGCC CXXFLAGS += -fvisibility-inlines-hidden -std=gnu++0x -- 2.39.2