diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f5a8dd..e9f733d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,10 +19,6 @@ if(NOT MSVC) set(CMAKE_C_EXTENSIONS NO) endif() -# -fvisibility=hidden -set(CMAKE_C_VISIBILITY_PRESET hidden) -set(CMAKE_VISIBILITY_INLINES_HIDDEN 1) - set(CMAKE_INCLUDE_CURRENT_DIR ON) # The Linux modules distributed with CMake add "-rdynamic" to the build flags |