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:
authorJens Verwiebe <info@jensverwiebe.de>2013-09-09 21:26:09 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-09-09 21:26:09 +0400
commitd638c4c0645967fb2794919fe04d61a79f8e9972 (patch)
tree444d032ca98a938ef8e98ce2d908300b1b4743b9
parent60da8c1ae0d6d3a0e86b5d6df368194f5904fdfb (diff)
OSX/Scons/clang: compilefix for libmv, as discussed with brech just globally
-rw-r--r--build_files/scons/config/darwin-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 57ff3c827f7..622712e962a 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -348,7 +348,8 @@ else:
CFLAGS = []
CXXFLAGS = []
-CCFLAGS = ['-pipe','-funsigned-char']
+CCFLAGS = ['-pipe','-funsigned-char','-ftemplate-depth=1024']
+
CPPFLAGS = list(ARCH_FLAGS)