mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Addition to prev. revision [#CLICKHOUSE-3282].
This commit is contained in:
parent
5801139cbf
commit
0d11c735fb
@ -28,6 +28,7 @@ fi
|
||||
|
||||
for src_file in $($CLANG -M -xc++ -std=gnu++1z -Wall -Werror -msse4 -mcx16 -mpopcnt -O3 -g -fPIC \
|
||||
$(cat "$SOURCE_PATH/build/include_directories.txt") \
|
||||
"$SOURCE_PATH/build/dbms/src/Common/config_version.h" \
|
||||
"$SOURCE_PATH/dbms/src/Interpreters/SpecializedAggregator.h" |
|
||||
tr -d '\\' |
|
||||
sed -r -e 's/^\w+\.o://');
|
||||
|
Loading…
Reference in New Issue
Block a user