Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable -arch i386 for OS X build #11

Closed
springmeyer opened this issue Apr 26, 2015 · 0 comments
Closed

Disable -arch i386 for OS X build #11

springmeyer opened this issue Apr 26, 2015 · 0 comments

Comments

@springmeyer
Copy link
Member

We need to disable the -arch i386 (32 bit arch) (I think this comes from ARCHFLAGS) since libmapnik on OS X is only gong to be -arch x86_64. This will save significant compile and link times. Ideally we avoid python setting the -arch x86_64 itself and instead rely on mapnik-config --cflags and mapnik-config --ldflags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants