From 8f23a0f9437ccbbb5302ab4803103f11b6a105a6 Mon Sep 17 00:00:00 2001 From: "C. Guy Yarvin" Date: Thu, 30 Apr 2015 17:13:23 -0700 Subject: [PATCH] Reenable optimization in master. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6042e2e0..c83c8a0d7 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\" # NOTFORCHECKIN - restore -O3 # -DGHETTO -CFLAGS= $(COSFLAGS) -g -msse3 -ffast-math \ +CFLAGS= $(COSFLAGS) -O3 -msse3 -ffast-math \ -funsigned-char \ -I/usr/local/include \ -I/opt/local/include \