vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

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

Open eichlan opened 11 years ago

eichlan commented 11 years ago

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 commented 11 years ago

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

devinus commented 10 years ago

@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