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

Fix OSX compiling, gc-sections flag does not exist on there #3

Merged
merged 1 commit into from
Jan 7, 2015

Conversation

DanielOaks
Copy link
Contributor

This just fixes compiling on OSX, since the --gc-sections flag doesn't exist on that platform. Passes the -dead_strip flag to clang instead, which looks to be the preferred way on OSX.

Artefact2 added a commit that referenced this pull request Jan 7, 2015
Fix OSX compiling, gc-sections flag does not exist on there
@Artefact2 Artefact2 merged commit 384c874 into Artefact2:master Jan 7, 2015
@DanielOaks DanielOaks deleted the fix-osx branch January 8, 2015 14:38
@9001 9001 mentioned this pull request Jan 9, 2015
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

Successfully merging this pull request may close these issues.

2 participants