Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/abseil-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b2b0c0442571
Choose a base ref
...
head repository: mockingbirdnest/abseil-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 402ae18c6e65
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 10, 2020

  1. principia_make

    eggrobin committed Apr 10, 2020
    Copy the full SHA
    a9c36a2 View commit details
  2. remove empty override

    eggrobin committed Apr 10, 2020
    Copy the full SHA
    c746cf1 View commit details
  3. Merge pull request #1 from eggrobin/principia_make

    principia_make
    eggrobin authored Apr 10, 2020
    Copy the full SHA
    402ae18 View commit details
Showing with 8 additions and 0 deletions.
  1. +8 −0 principia_make.sh
8 changes: 8 additions & 0 deletions principia_make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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?}" \
-DBUILD_TESTING=OFF
make -j8