blob: 9fa4df043134092516f4c59f113e7df13e9f0e0b (
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
|
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"
ignore_configure_errors = false # YA-1456
[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"
|