Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2006-01-28 22:48:29 +0300
committerTon Roosendaal <ton@blender.org>2006-01-28 22:48:29 +0300
commit8347dd2560d621a3f3a42dfae0052b1302eb6f7f (patch)
treee041cd153696469955b789e7d820f1c926f8ad79 /source/nan_compile.mk
parent1ba1fc0c0ff8292586aef78f5f3b66db4a27ab7d (diff)
Put back the -O2 default for compiling with makefiles in OSX.
I disabled it for testing in orange...
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk4
1 files 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