Skip to content

Commit

Permalink
Revert "CMakeLists: Build library with -fvisibility=protected"
Browse files Browse the repository at this point in the history
This reverts commit 9f2cb2d.
  • Loading branch information
d12fk committed Apr 15, 2022
1 parent 61dc39e commit 7d78237
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.7.1)

project(dbus-asio VERSION 1.0.0)

set(CMAKE_CXX_VISIBILITY_PRESET protected)
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fuse-ld=gold")

set(HEADER_FILES
src/dbus_asio.h
src/dbus_auth.h
Expand Down

0 comments on commit 7d78237

Please sign in to comment.