performance improvements

This commit is contained in:
Philip C Monk 2015-09-02 19:20:11 -04:00
parent 2c593d4aac
commit a8d59bf7a3

View File

@ -71,7 +71,7 @@ INCLUDE=include
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\" MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\"
# NOTFORCHECKIN - restore -O3 # NOTFORCHECKIN - restore -O3
# -DGHETTO # -DGHETTO \
# -DHUSH # -DHUSH
CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math \ CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math \
-funsigned-char \ -funsigned-char \