Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
principia_make
Browse files Browse the repository at this point in the history
eggrobin committed Apr 10, 2020
1 parent 2079152 commit 04a1ddc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions principia_make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
PRINCIPIA_MACOS_C_FLAGS=

principia_configure

cmake \
-DCMAKE_C_COMPILER:FILEPATH=`which clang` \
-DCMAKE_CXX_COMPILER:FILEPATH=`which clang++` \
-DCMAKE_C_FLAGS="${C_FLAGS}" \
-DCMAKE_CXX_FLAGS="${CXX_FLAGS}" \
-DCMAKE_LD_FLAGS="${LD_FLAGS}" \
-DBENCHMARK_ENABLE_GTEST_TESTS=OFF
make -j8

0 comments on commit 04a1ddc

Please sign in to comment.