Open eichlan opened 12 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.
Yes, it appears to be the same thing. Once I removed the flag, everything worked great.
@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
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.