From 213234cd770b6f6d453d3d039d84fe615ffb9cb1 Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Tue, 16 Aug 2016 06:54:23 +0000 Subject: [PATCH] [cmake]: disable visibility setup git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1199 6e48237b-75ef-9749-8fc9-41990f28c85a --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce7d08fe..9a799d2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,8 +185,8 @@ if(GCC) endif() endif() - set(CMAKE_C_VISIBILITY_PRESET hidden) - set(CMAKE_CXX_VISIBILITY_PRESET hidden) + #set(CMAKE_C_VISIBILITY_PRESET hidden) + #set(CMAKE_CXX_VISIBILITY_PRESET hidden) # disable multichar warning add_definitions(-Wno-multichar)