mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
[cmake]: set visibility to hidden
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1200 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
parent
213234cd77
commit
560cc7b034
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue