DEIS-Tools / libstrategy

GNU Lesser General Public License v3.0
3 stars 2 forks source link

Exposing symbols for json library #15

Open petergjoel opened 2 years ago

petergjoel commented 2 years ago

The library currently exposes symbols from the json-library.

This can be fixed by sending GCC the flags -Wl,--exclude-libs,ALL

set_target_properties(lib PROPERTIES LINK_FLAGS "-Wl,--exclude-libs,ALL")

mikucionisaau commented 2 years ago

Is this fixed? Perhaps pending a release?