fix + opt

This commit is contained in:
2026-03-21 02:07:00 +01:00
parent ed1812e9ce
commit 6234780d24

View File

@@ -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)