1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
/// This file was autogenerated by CMake
const char * auto_config_build[]
{
"VERSION_FULL", "ClickHouse 23.8.9.1",
"VERSION_DESCRIBE", "v23.8.9.1-lts",
"VERSION_INTEGER", "23008009",
"SYSTEM", "Linux",
"VERSION_GITHASH", "5e012a03bf208d0a713c721fd43c228a7dbebf1d",
"VERSION_REVISION", "54477",
"BUILD_TYPE", "MinSizeRel",
"SYSTEM_PROCESSOR", "x86_64",
"CMAKE_VERSION", "3.25.3",
"C_COMPILER", "/var/empty/clang-wrapper-16.0.1/bin/clang",
"C_COMPILER_VERSION", "16.0.1",
"CXX_COMPILER", "/var/empty/clang-wrapper-16.0.1/bin/clang++",
"CXX_COMPILER_VERSION", "16.0.1",
"C_FLAGS", " --gcc-toolchain=./cmake/linux/../../contrib/sysroot/linux-x86_64 -fdiagnostics-color=always -Wno-enum-constexpr-conversion -gdwarf-aranges -pipe -mssse3 -msse4.1 -msse4.2 -mpclmul -mpopcnt -fasynchronous-unwind-tables -ffile-prefix-map=.=. -falign-functions=32 -mbranches-within-32B-boundaries -fdiagnostics-absolute-paths -Wframe-larger-than=65536 -Weverything -Wpedantic -Wno-zero-length-array -Wno-c++98-compat-pedantic -Wno-c++98-compat -Wno-c++20-compat -Wno-sign-conversion -Wno-implicit-int-conversion -Wno-implicit-int-float-conversion -Wno-ctad-maybe-unsupported -Wno-disabled-macro-expansion -Wno-documentation-unknown-command -Wno-double-promotion -Wno-exit-time-destructors -Wno-float-equal -Wno-global-constructors -Wno-missing-prototypes -Wno-missing-variable-declarations -Wno-padded -Wno-switch-enum -Wno-undefined-func-template -Wno-unused-template -Wno-vla -Wno-weak-template-vtables -Wno-weak-vtables -Wno-thread-safety-negative -Wno-enum-constexpr-conversion -Wno-unsafe-buffer-usage -Os -DNDEBUG",
"CXX_FLAGS", "-fno-integrated-cc1 --gcc-toolchain=./cmake/linux/../../contrib/sysroot/linux-x86_64 -fdiagnostics-color=always -Wno-enum-constexpr-conversion -fsized-deallocation -gdwarf-aranges -pipe -mssse3 -msse4.1 -msse4.2 -mpclmul -mpopcnt -fasynchronous-unwind-tables -ffile-prefix-map=.=. -falign-functions=32 -mbranches-within-32B-boundaries -fdiagnostics-absolute-paths -fstrict-vtable-pointers -Wall -Wextra -Wframe-larger-than=65536 -Weverything -Wpedantic -Wno-zero-length-array -Wno-c++98-compat-pedantic -Wno-c++98-compat -Wno-c++20-compat -Wno-sign-conversion -Wno-implicit-int-conversion -Wno-implicit-int-float-conversion -Wno-ctad-maybe-unsupported -Wno-disabled-macro-expansion -Wno-documentation-unknown-command -Wno-double-promotion -Wno-exit-time-destructors -Wno-float-equal -Wno-global-constructors -Wno-missing-prototypes -Wno-missing-variable-declarations -Wno-padded -Wno-switch-enum -Wno-undefined-func-template -Wno-unused-template -Wno-vla -Wno-weak-template-vtables -Wno-weak-vtables -Wno-thread-safety-negative -Wno-enum-constexpr-conversion -Wno-unsafe-buffer-usage -Os -DNDEBUG",
"LINK_FLAGS", " --gcc-toolchain=./cmake/linux/../../contrib/sysroot/linux-x86_64 --ld-path=/var/empty/lld-16.0.1/bin/ld.lld -Wl,--no-export-dynamic -Wl,--gdb-index -Wl,--build-id=sha1 -no-pie -Wl,-no-pie ",
"BUILD_COMPILE_DEFINITIONS", "",
"USE_EMBEDDED_COMPILER", "",
"USE_GLIBC_COMPATIBILITY", "OFF",
"USE_JEMALLOC", "OFF",
"USE_ICU", "1",
"USE_H3", "1",
"USE_MYSQL", "",
"USE_RDKAFKA", "",
"USE_CAPNP", "",
"USE_BASE64", "1",
"USE_HDFS", "",
"USE_SNAPPY", "1",
"USE_PARQUET", "",
"USE_PROTOBUF", "",
"USE_BROTLI", "",
"USE_SSL", "1",
"OPENSSL_VERSION", "1.1.1g",
"OPENSSL_IS_BORING_SSL", "1",
"USE_VECTORSCAN", "",
"USE_SIMDJSON", "OFF",
"USE_ODBC", "",
"USE_GRPC", "",
"USE_LDAP", "",
"TZDATA_VERSION", "2023c",
"USE_KRB5", "",
"USE_FILELOG", "1",
"USE_BZIP2", "",
"USE_AMQPCPP", "",
"USE_ROCKSDB", "",
"USE_NURAFT", "",
"USE_NLP", "",
"USE_LIBURING", "",
"USE_SQLITE", "",
"USE_LIBPQXX", "",
"USE_AZURE_BLOB_STORAGE", "",
"USE_AWS_S3", "1",
"USE_CASSANDRA", "",
"USE_YAML_CPP", "OFF",
"USE_SENTRY", "OFF",
"USE_DATASKETCHES", "",
"USE_AVRO", "1",
"USE_ARROW", "",
"USE_ORC", "",
"USE_MSGPACK", "1",
"USE_QPL", "ON",
"GIT_HASH", "",
"GIT_BRANCH", R"IRjaNsZIL9Yh7FQ4()IRjaNsZIL9Yh7FQ4",
"GIT_DATE", "",
"GIT_COMMIT_SUBJECT", R"Gi17KJMlbGCjErEN()Gi17KJMlbGCjErEN",
nullptr, nullptr
};
|