This is a different way attempting to combine building an optimized clang (using LTO, PGO and BOLT, based on compiling ScyllaDB) to dbuild. Per Avi's request, there are 3 options: skip this phase (which is the current default), build it and build + install it to the default path. Fixes: #10985 Fixes: scylladb/scylla-enterprise#2539
34 lines
408 B
Plaintext
34 lines
408 B
Plaintext
.cproject
|
|
.project
|
|
.settings
|
|
build
|
|
build.ninja
|
|
cscope.*
|
|
/debian/
|
|
dist/ami/files/*.rpm
|
|
dist/ami/variables.json
|
|
dist/ami/scylla_deploy.sh
|
|
*.pyc
|
|
Cql.tokens
|
|
.kdev4
|
|
*.kdev4
|
|
CMakeLists.txt.user
|
|
.cache
|
|
.tox
|
|
*.egg-info
|
|
__pycache__CMakeLists.txt.user
|
|
.gdbinit
|
|
resources
|
|
.pytest_cache
|
|
/expressions.tokens
|
|
tags
|
|
!db/tags/
|
|
testlog
|
|
test/*/*.reject
|
|
.vscode
|
|
compile_commands.json
|
|
.ccls-cache/
|
|
.mypy_cache
|
|
.envrc
|
|
clang_build
|