mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
dbms: fixed dynamic compiler [#METR-2944].
This commit is contained in:
parent
b35f7f04ab
commit
06d2a778ad
@ -206,7 +206,7 @@ void Compiler::compile(
|
||||
command <<
|
||||
"LD_LIBRARY_PATH=/usr/share/clickhouse/bin/"
|
||||
" /usr/share/clickhouse/bin/clang"
|
||||
" -x c++ -std=gnu++11 -O3 -g -Wall -Werror -Wnon-virtual-dtor -march=native -D NDEBUG"
|
||||
" -x c++ -std=gnu++1y -O3 -g -Wall -Werror -Wnon-virtual-dtor -march=native -D NDEBUG"
|
||||
" -shared -fPIC -fvisibility=hidden -fno-implement-inlines"
|
||||
" -isystem /usr/share/clickhouse/headers/usr/local/include/"
|
||||
" -isystem /usr/share/clickhouse/headers/usr/include/"
|
||||
|
Loading…
Reference in New Issue
Block a user