blob: c67252c81b23201206e5200a3b62eff984b0e526 (
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
|
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"
|