Created
August 7, 2022 12:49
-
-
Save mikaelhg/1e7b643be0d4a9efaed4962da3abfa9b to your computer and use it in GitHub Desktop.
tippecanoe static build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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