OSX/Scons/clang: compilefix for libmv, as discussed with brech just globally

This commit is contained in:
Jens Verwiebe 2013-09-09 17:26:09 +00:00
parent 60da8c1ae0
commit d638c4c064

@ -348,7 +348,8 @@ else:
CFLAGS = []
CXXFLAGS = []
CCFLAGS = ['-pipe','-funsigned-char']
CCFLAGS = ['-pipe','-funsigned-char','-ftemplate-depth=1024']
CPPFLAGS = list(ARCH_FLAGS)