remove no-strict-aliasing

This commit is contained in:
2026-03-27 00:38:57 +01:00
parent 57d57e8161
commit 1458b8f773

View File

@@ -155,10 +155,10 @@ endif
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86 -DBIG_OPT
OPTFLAGS ?= -O6 -march=pentium2 -mtune=pentium3 -fomit-frame-pointer -funroll-loops \
-fexpensive-optimizations -ffast-math -fno-strict-aliasing -Wno-unused
-fexpensive-optimizations -ffast-math -Wno-unused
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O6 -march=pentium2 -mtune=pentium3 -ffast-math -fno-strict-aliasing -Wno-unused
OPTFLAGS ?= -O6 -march=pentium2 -mtune=pentium3 -ffast-math -Wno-unused
endif
# optflags