Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add STRICT_ABI cmake flag to generate export lists. #117

Merged
merged 1 commit into from
Sep 19, 2016

Commits on Sep 19, 2016

  1. Add STRICT_ABI cmake flag to generate export lists.

    Enabling this flag will generate and use an LD version script. It
    ensures that the dynamic libraries (libtoxcore.so, libtoxav.so) only
    export the symbols that are defined in their public API (tox.h and
    toxav.h, respectively).
    iphydf committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    67ac913 View commit details
    Browse the repository at this point in the history