From a8d59bf7a3cfc1f09b9f833f62c8230d2840f314 Mon Sep 17 00:00:00 2001 From: Philip C Monk Date: Wed, 2 Sep 2015 19:20:11 -0400 Subject: [PATCH] performance improvements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a148ff209..014516e39 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ INCLUDE=include MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\" # NOTFORCHECKIN - restore -O3 -# -DGHETTO +# -DGHETTO \ # -DHUSH CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math \ -funsigned-char \