mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Try to fix ODR for Loggers class
This commit is contained in:
parent
e12858dca5
commit
b92c383d4b
@ -3,6 +3,7 @@ add_library (daemon
|
||||
GraphiteWriter.cpp
|
||||
SentryWriter.cpp
|
||||
)
|
||||
target_compile_definitions(daemon PUBLIC WITH_TEXT_LOG=1)
|
||||
|
||||
if (OS_DARWIN AND NOT USE_STATIC_LIBRARIES)
|
||||
target_link_libraries (daemon PUBLIC -Wl,-undefined,dynamic_lookup)
|
||||
|
Loading…
Reference in New Issue
Block a user