Skip to content

Do not use libtool -export-symbols option

Frediano Ziglio requested to merge fziglio/spice-gtk:export_symbols into master

This option is intended for libtool, not for any linker. Check the support of --version-script option using an empty list of symbols to catch some faulty linker supporting that option but not allowing not existing symbols (some buggy mold versions).

Merge request reports