diff --git a/glide2x/cvg/glide/src/Makefile.linux b/glide2x/cvg/glide/src/Makefile.linux index 4010275..25404fc 100644 --- a/glide2x/cvg/glide/src/Makefile.linux +++ b/glide2x/cvg/glide/src/Makefile.linux @@ -49,7 +49,7 @@ export PATH := $(PATH):. ############################################################################### GLIDE_VERSION_MAJOR = 2 -GLIDE_VERSION_MINOR = 53 +GLIDE_VERSION_MINOR = 60 GLIDE_LIB = libglide.a GLIDE_SO = libglide.so @@ -147,11 +147,11 @@ endif ifeq ($(USE_X86),1) CFLAGS += -DGL_X86 -OPTFLAGS ?= -O2 -ffast-math -else -OPTFLAGS ?= -O2 -ffast-math endif +OPTFLAGS ?= -O6 -mcpu=pentium -fomit-frame-pointer -funroll-loops \ + -fexpensive-optimizations -ffast-math -DBIG_OPT + # optflags CFLAGS += $(OPTFLAGS)