mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Add OMIT_HEAVY_DEBUG_SYMBOLS to selected inherited files
This commit is contained in:
parent
66f7ca7ee8
commit
1aabde6d4b
@ -72,6 +72,28 @@ add_subdirectory (Daemon)
|
||||
add_subdirectory (Loggers)
|
||||
add_subdirectory (Formats)
|
||||
|
||||
if (OMIT_HEAVY_DEBUG_SYMBOLS)
|
||||
# Files inherited via extract_into_parent_list that would be marked to remove heavy symbols otherwise
|
||||
set_source_files_properties(
|
||||
Functions/IFunction.cpp
|
||||
Functions/FunctionFactory.cpp
|
||||
Functions/FunctionHelpers.cpp
|
||||
Functions/FunctionsLogical.cpp
|
||||
Functions/if.cpp
|
||||
Functions/multiIf.cpp
|
||||
Functions/multiMatchAny.cpp
|
||||
Functions/checkHyperscanRegexp.cpp
|
||||
Functions/CastOverloadResolver.cpp
|
||||
Functions/FunctionsConversion.cpp
|
||||
Functions/extractTimeZoneFromFunctionArguments.cpp
|
||||
Functions/GatherUtils/createArraySource.cpp
|
||||
Functions/GatherUtils/createValueSource.cpp
|
||||
Functions/GatherUtils/createArraySink.cpp
|
||||
Functions/GatherUtils/resizeConstantSize.cpp
|
||||
Functions/GatherUtils/resizeDynamicSize.cpp
|
||||
PROPERTIES COMPILE_FLAGS -g0)
|
||||
endif()
|
||||
|
||||
add_headers_and_sources(clickhouse_common_io Common)
|
||||
add_headers_and_sources(clickhouse_common_io Common/HashTable)
|
||||
add_headers_and_sources(clickhouse_common_io Common/Scheduler)
|
||||
|
Loading…
Reference in New Issue
Block a user