From 8347dd2560d621a3f3a42dfae0052b1302eb6f7f Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 28 Jan 2006 19:48:29 +0000 Subject: [PATCH] Put back the -O2 default for compiling with makefiles in OSX. I disabled it for testing in orange... --- source/nan_compile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nan_compile.mk b/source/nan_compile.mk index 241d1946738..f64be26b621 100644 --- a/source/nan_compile.mk +++ b/source/nan_compile.mk @@ -82,8 +82,8 @@ ifeq ($(OS),darwin) CCC = g++ CFLAGS += -pipe -fPIC -ffast-math -mcpu=7450 -mtune=G5 CCFLAGS += -pipe -fPIC -# REL_CFLAGS += -O2 -# REL_CCFLAGS += -O2 + REL_CFLAGS += -O2 + REL_CCFLAGS += -O2 CPPFLAGS += -D_THREAD_SAFE NAN_DEPEND = true OPENGL_HEADERS = /System/Library/Frameworks/OpenGL.framework