diff options
author | zaverden <zaverden@yandex-team.com> | 2024-02-29 10:15:21 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-02-29 10:32:43 +0300 |
commit | 1e191167512509999e550b571d716f1a83521ca1 (patch) | |
tree | 20f00b0ee818128e7cff925db874ac960430df97 /build/conf/ts/ts.conf | |
parent | eb3f5578e332c893828acafc1c4ef2758cc073b3 (diff) | |
download | ydb-1e191167512509999e550b571d716f1a83521ca1.tar.gz |
feat(conf): remove _NEVERCACHE
1c140e87b01f92b28ae955528af47a14610193f1
Diffstat (limited to 'build/conf/ts/ts.conf')
-rw-r--r-- | build/conf/ts/ts.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf index c97de73232..14a3f9b507 100644 --- a/build/conf/ts/ts.conf +++ b/build/conf/ts/ts.conf @@ -45,9 +45,6 @@ module _TS_BASE_UNIT: _BARE_UNIT { # use TS_FILES instead of FILES .ALIASES=FILES=TS_FILES - # TODO: remove this. YMAKE-1096 / FBP-1184 - _NEVERCACHE() - # .NODE_TYPE=Bundle is required for peers propagation, but it also affects # how merging of pic/nopic graphs. Here we can override this merging behaviour SET(MODULE_TYPE LIBRARY) |