Buildbot: Disable use of own Clang for OSX builds
Our version of clang fails with latest SDK. It's not really clear if such change will disable openmp or not (-fopenmp doesn't throw an error, but it might be a silent fail). In any case, builds without OpenMP is better than no builds at all.\
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
CC = "../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang"
|
#CC = "../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang"
|
||||||
CXX = "../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang++"
|
#CXX = "../lib/darwin-9.x.universal/clang-omp-3.5/bin/clang++"
|
||||||
|
|
||||||
MACOSX_ARCHITECTURE = 'x86_64' # valid archs: ppc, i386, ppc64, x86_64
|
MACOSX_ARCHITECTURE = 'x86_64' # valid archs: ppc, i386, ppc64, x86_64
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user