switch back to dynamic build by default

This commit is contained in:
phunterlau 2015-09-13 17:36:49 -07:00
parent 13c8d2ba74
commit 529b80406c

View File

@ -8,8 +8,8 @@
#for building static OpenMP lib in MAC for easier installation in MAC
#doesn't work with XCode clang/LLVM since Apple doesn't support,
#needs brew install gcc 4.9+ with OpenMP
static_omp=1
#needs brew install gcc 4.9+ with OpenMP. By default the static link is OFF
static_omp=0
if ((${static_omp}==1)); then
rm libgomp.a
ln -s `g++ -print-file-name=libgomp.a`