-
Notifications
You must be signed in to change notification settings - Fork 973
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
LD Flag -s
Obselete
#41
Comments
That's weird.
|
This seems to be something related to premake/premake-core#133, premake/premake-core#270 and http://industriousone.com/topic/how-remove-flags-ldflags I don't really understand the problem right now; I'll work it around by actually causing debugging symbols to be emitted (this doesn't impact performance). |
Yes, Homebrew uses clang by default, but uses a custom cc script to inject additional command line options that tend to be necessary. |
This is a workaround for google#41. I don't understand why it should help. The only downside is that it increased on-disk binary size (but not in-memory size).
This is a workaround for google#41. I don't understand why it should help. The only downside is that it increased on-disk binary size (but not in-memory size).
This is a workaround for #41. I don't understand why it should help. The only downside is that it increased on-disk binary size (but not in-memory size).
This should now be effectively worked around. If it still manifests, please comment here. I'm keeping the issue open until we figure out what's actually happening. |
Building guetzli via
make
on Mac OS X 10.11.3 results in this error for me:To fix this error I edited
guetzli.make
and made these changes:This successfully linked the build and generated the guetzli executable in
bin/Release
.I don't know anything about make, but if someone could point me in the proper direction for detecting OS X in a make file I would be willing to open a PR to fix this issue.
Cheers!
The text was updated successfully, but these errors were encountered: