Created
February 12, 2015 22:17
-
-
Save springmeyer/a2c62a52aa9b076dda41 to your computer and use it in GitHub Desktop.
Create mapnik osx SDK with link time optimization
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
git clone --depth 1 [email protected]:mapnik/mapnik-packaging.git | |
cd mapnik-packaging | |
export LTO=true | |
export CXX11=true | |
source build.sh | |
build_mapnik |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment