blender/build_files/buildbot/config/user-config-mac-i386.py
Brecht Van Lommel 60287e23b5 Buildbot OS X: compile with clang instead of GCC.
This should solve the missing -mavx option for Cycles, and also give better
performance since GCC 4.2 is now 5 years old already.
2014-01-27 17:16:10 +01:00

9 lines
138 B
Python

CC = 'clang'
CXX = 'clang++'
MACOSX_ARCHITECTURE = 'i386' # valid archs: ppc, i386, ppc64, x86_64
WITH_BF_CYCLES_CUDA_BINARIES = True