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

Removed useless linking flag -Wl as gcc 4.7.0+ complains about it. #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eichlan
Copy link

@eichlan eichlan commented Sep 23, 2012

using gcc, the -Wl parameter during linking allows you to pass options to the linker directly. With no comma following the -Wl it does nothing, which is fine until gcc started complaining that it was there, and empty, when linking.

@jdeisenberg
Copy link

Yes, it appears to be the same thing. Once I removed the flag, everything worked great.

@devinus
Copy link

devinus commented Sep 25, 2013

@eichlan If you're interested, I have just released Hoedown 1.0.0, a revived fork of Sundown. It includes this pull request:

https://github.com/hoedown/hoedown

dokutoku pushed a commit to dokutoku/sundown that referenced this pull request Mar 11, 2023
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.

3 participants