Skip to content

Commit

Permalink
switch back to dynamic build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
phunterlau committed Sep 14, 2015
1 parent 13c8d2b commit 529b804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 529b804

Please sign in to comment.