From 31eaffe44bec059248788c490a7f2f9890e6fa0b Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 5 Jan 2017 21:37:18 +0100 Subject: [PATCH] added comment to magic code in CMakeLists.txt This part has been added in https://github.com/TokTok/c-toxcore/commit/67ac9138ab773728f0a8d1093aaa80d40a9f9efc Took the commit message to provide a comment in the file. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d049bc8..60d63098 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -610,6 +610,11 @@ endif() # # :: Strict ABI # +# Enabling the STRICT_ABI 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). +# ################################################################################ function(make_version_script header ns lib)