Skip to content

Commit

Permalink
test global default visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed Dec 7, 2023
1 parent 1915a58 commit 7baa317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/tfc_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set(CMAKE_CXX_STANDARD 23)
set(Boost_NO_WARN_NEW_VERSIONS 1)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_CXX_VISIBILITY_PRESET default)

if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
if(CMAKE_BUILD_TYPE STREQUAL "Release")
Expand Down

0 comments on commit 7baa317

Please sign in to comment.