Skip to content

Instantly share code, notes, and snippets.

@mikaelhg
Created August 7, 2022 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelhg/1e7b643be0d4a9efaed4962da3abfa9b to your computer and use it in GitHub Desktop.
Save mikaelhg/1e7b643be0d4a9efaed4962da3abfa9b to your computer and use it in GitHub Desktop.
tippecanoe static build
CC=/usr/bin/clang-14 CXX=/usr/bin/clang++-14 \
CFLAGS="-static --ld-path=/usr/bin/ld.lld-14" \
CXXFLAGS="-static --ld-path=/usr/bin/ld.lld-14" \
LDFLAGS="-static" \
make -j16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment