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/protobuf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f26f380cb498
Choose a base ref
...
head repository: mockingbirdnest/protobuf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b10697e36ff
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
    cbfc5a3 View commit details
  2. remove empty override

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

    principia_make
    eggrobin authored Apr 10, 2020
    Copy the full SHA
    8b10697 View commit details
Showing with 15 additions and 0 deletions.
  1. +15 −0 principia_make.sh
15 changes: 15 additions & 0 deletions principia_make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
./autogen.sh

# NOTE(Norgg): Really definitely needs to run twice on Ubuntu for some reason.
# See
# https://github.com/mockingbirdnest/Principia/commit/8be8f78eee44f384e1658f546,
# https://github.com/mockingbirdnest/Principia/commit/00f9d280a9054894dd22e1170.
./autogen.sh

./configure \
CC=clang \
CXX=clang++ \
CXXFLAGS="${CXX_FLAGS?}" \
LDFLAGS="${LD_FLAGS?}" \
LIBS="-lc++ -lc++abi"
make -j8