Skip to content

Commit

Permalink
Enable hidden visibility for drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Aug 14, 2019
1 parent 0bd6a90 commit c989cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
add_custom_target(drivers)

# Minimal visibility to avoid name clashes among plugins
#set(CMAKE_CXX_VISIBILITY_PRESET hidden)
#set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)

add_subdirectory(audioDrivers)
add_subdirectory(videoDrivers)
Expand Down

0 comments on commit c989cd2

Please sign in to comment.