AdaCore / gtkada

Ada bindings for the GTK+ graphical library.
Other
88 stars 20 forks source link

libgmodule causes "--export-dynamic" to be propagated to consumers #60

Open andrewathalye opened 4 months ago

andrewathalye commented 4 months ago

As the title states, as of 24.2 libgmodule’s pkg-config entry was causing "--export-dynamic" to be forced for consumers via gtkada.gpr

This causes symbol leakage and thus executable bloat.