Skip to content
  • Alexandre Duret-Lutz's avatar
    [buddy] Restrict the number of exported symbols. · b5710663
    Alexandre Duret-Lutz authored
    * src/bdd.h, src/bvec.h, src/fdd.h: Declare all exported
    symbols using BUDDY_API, a new macro that sets visibility=default.
    * src/Makefile.am: Compile with -fvisibility=hidden by default,
    and compile the C++ part with -fvisibility-inlines-hidden as well.
    b5710663