Skip to content

Commit

Permalink
testing symbol export for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed Dec 7, 2023
1 parent 7baa317 commit 775477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tfc_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
-fvisibility-inlines-hidden
)
else()
add_compile_options(-fvisibility=default)
add_compile_options("-fvisibility=default")
endif()

if(ENABLE_STATIC_LINKING)
Expand Down

0 comments on commit 775477c

Please sign in to comment.