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>2008-11-02 21:12:45 +0300
committerTon Roosendaal <ton@blender.org>2008-11-02 21:12:45 +0300
commitdb24487449b1340eed2f29394fdbcdf2e7acc3ea (patch)
tree68987259338e1acbb4baad1dcae0edfcabda6276 /source/nan_compile.mk
parenta775719e23aecfd09accff61d16ba59514538416 (diff)
Makefile fixes for compiling with new videotexture code.
Also: buttons for logic, controllers, didn't line up correct when multiple objects were selected (too little space)
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 151c741e8b4..4b13ef8f678 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -89,8 +89,8 @@ ifeq ($(OS),darwin)
CFLAGS += -pipe -fPIC -ffast-math -march=pentium-m -funsigned-char -fno-strict-aliasing
CCFLAGS += -pipe -fPIC -funsigned-char -fno-strict-aliasing
endif
- 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