mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
e715ddd72a
* start [#METR-24175] * missing * wip * add spaces * wip * wip * fix * fix * missing * style fix
4 lines
177 B
Bash
Executable File
4 lines
177 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
clickhouse-client --query="SELECT * FROM system.build_options" | perl -lnE 'print $1 if /(BUILD_DATE|BUILD_TYPE|CXX_COMPILER|CXX_FLAGS|LINK_FLAGS)\s+\S+/';
|