Skip to content

Commit

Permalink
j2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 8, 2023
1 parent 5ba14a0 commit 7214f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cd ../../
# export vars for duneopts script to read
export DUNE_COPASI_USE_STATIC_DEPS=ON
export CMAKE_INSTALL_PREFIX=$DEPSDIR
export MAKE_OPTIONS="-j1 VERBOSE=1"
export MAKE_OPTIONS="-j2 VERBOSE=1"
# -fexperimental-library for clang/libc++ to enable <execution>
export CMAKE_CXX_FLAGS="'-fvisibility=hidden'"
export BUILD_SHARED_LIBS=OFF
Expand Down

0 comments on commit 7214f74

Please sign in to comment.