Skip to content

Commit

Permalink
try without using ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Apr 11, 2024
1 parent ae8b13a commit 554f5d3
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 @@ -22,8 +22,8 @@ fi
# export vars for duneopts script to read
export CMAKE_OSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET}"
export CMAKE_INSTALL_PREFIX=${INSTALL_PREFIX}
export CMAKE_GENERATOR="Ninja"
export MAKE_OPTIONS="-v"
# export CMAKE_GENERATOR="Ninja"
export MAKE_OPTIONS="-j2 VERBOSE=1"
# disable gcc 10 pstl TBB backend as it uses the old TBB API
export CMAKE_CXX_FLAGS='"-fvisibility=hidden -D_GLIBCXX_USE_TBB_PAR_BACKEND=0 -DNDEBUG"'
export BUILD_SHARED_LIBS=OFF
Expand Down

0 comments on commit 554f5d3

Please sign in to comment.