Skip to content

Commit

Permalink
Simplify visibility settings and move to DyninstLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 22, 2022
1 parent f8130bc commit 238c6e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions cmake/DyninstLibrary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ if("${isSystemDir}" STREQUAL "-1")
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
endif()

set(CMAKE_C_VISIBILITY_PRESET hidden)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)

if(LIGHTWEIGHT_SYMTAB)
set(SYMREADER symLite)
else()
Expand Down
6 changes: 0 additions & 6 deletions cmake/DyninstVisibility.cmake

This file was deleted.

0 comments on commit 238c6e1

Please sign in to comment.