• Martin Storsjo's avatar
    Don't link to libstdc++ · 4f735500
    Martin Storsjo authored
    While the source is C++, it doesn't use anything from the C++
    runtime, so by building with -fno-exceptions -fno-rtti, the
    dynamic library doesn't have to be linked to libstdc++. This
    also simplifies things for users of the static library.
    4f735500
Makefile.am 6.73 KB