arch opts
This commit is contained in:
@@ -149,7 +149,7 @@ ifeq ($(USE_X86),1)
|
||||
CFLAGS += -DGL_X86
|
||||
endif
|
||||
|
||||
OPTFLAGS ?= -O6 -mcpu=pentium -fomit-frame-pointer -funroll-loops \
|
||||
OPTFLAGS ?= -O6 -march=pentium2 -mtune=pentium3 -fomit-frame-pointer -funroll-loops \
|
||||
-fexpensive-optimizations -ffast-math -DBIG_OPT
|
||||
|
||||
# optflags
|
||||
|
||||
Reference in New Issue
Block a user