blob: 483fbe32b1a921ddd8dc5f2f2247bb018d917c4d (
plain) (
blame)
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
|
canonization_backend = "ydb-canondata.storage.yandexcloud.net"
bazel_remote_store = true
bazel_remote_baseuri = "http://cachesrv.ydb.tech:8081"
bazel_remote_client_decompress = true
dist_cache_late_fetch = true
test_fakeid = "r13102898"
[host_platform_flags]
OPENSOURCE = "yes"
USE_PREBUILT_TOOLS = "no"
USE_AIO = "static"
USE_ICONV = "static"
USE_IDN = "static"
APPLE_SDK_LOCAL = "yes"
CFLAGS = "-fno-omit-frame-pointer"
[flags]
OPENSOURCE = "yes"
USE_PREBUILT_TOOLS = "no"
USE_AIO = "static"
USE_ICONV = "static"
USE_IDN = "static"
APPLE_SDK_LOCAL = "yes"
CFLAGS = "-fno-omit-frame-pointer"
# TODO: uncomment after warnings fix
FIX_UNUSED_PARAMETR_PLS = "1" # 2 aug 2024. Transitional flag for protobuf fix, DTCC-2275
|