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:
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index be73368bfc1..3b8a095cdef 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -78,10 +78,10 @@ endif
ifeq ($(OS),darwin)
CC = gcc
CCC = g++
- CFLAGS += -pipe -fPIC
+ CFLAGS += -pipe -fPIC -ffast-math -mcpu=7450 -mtune=7450
CCFLAGS += -pipe -fPIC
- REL_CFLAGS += -O
- REL_CCFLAGS += -O
+ REL_CFLAGS += -O2
+ REL_CCFLAGS += -O2
CPPFLAGS += -D_THREAD_SAFE
NAN_DEPEND = true
OPENGL_HEADERS = /System/Library/Frameworks/OpenGL.framework