flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Hotfix: updates build system to prevent excessive symbol exports #26

Closed ilumsden closed 1 year ago

ilumsden commented 1 year ago

DYAD's various libraries were previously exporting a lot of symbols that were not supposed to be exported. This PR fixes this using libtool's -export-symbols and -export-symbols-regex flags.