brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
287 stars 34 forks source link

remove linker scripts #191

Closed edwloef closed 1 month ago

edwloef commented 1 month ago

This shouldn't change compilation output, however it fixes compatibility with the mold linker.

I have verified that it compiles with ld and mold on linux, however I'm unable to check that it works on MacOS.

Reference: https://github.com/rui314/mold/issues/1366#issuecomment-2440317277

brummer10 commented 1 month ago

Thanks, this looks clean and useful.