Put back the -O2 default for compiling with makefiles in OSX.

I disabled it for testing in orange...
This commit is contained in:
Ton Roosendaal 2006-01-28 19:48:29 +00:00
parent 1ba1fc0c0f
commit 8347dd2560

@ -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