Skip to content

Commit

Permalink
Architectures.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy authored Mar 19, 2024
1 parent 5b3362c commit f75a1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions principia_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cmake \
-DCMAKE_C_FLAGS="${C_FLAGS?}" \
-DCMAKE_CXX_FLAGS="${CXX_FLAGS?}" \
-DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}" \
-DCMAKE_OSX_ARCHITECTURES="x86_64" \
-DCMAKE_LD_FLAGS="${LD_FLAGS?}" \
-DBENCHMARK_ENABLE_GTEST_TESTS=OFF
make -j8

0 comments on commit f75a1ce

Please sign in to comment.