diff options
author | spreis <spreis@yandex-team.com> | 2024-09-09 12:46:58 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-09-09 13:00:46 +0300 |
commit | b71200a74b88aef430320231935d3bb2e394b24b (patch) | |
tree | 3acb6bf92a4e19516ab573c4a000bf18bd1b3580 /build/ymake.core.conf | |
parent | 345cf22bb0095622fb0eb948f5da6539df335115 (diff) | |
download | ydb-b71200a74b88aef430320231935d3bb2e394b24b.tar.gz |
Try to fix "Cannot process modifier AsStdout while preevaluating Tmp"
d28936590ce51903d90606dc80778d678905cc5d
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 77b92779b0..c0c9af9174 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -840,11 +840,11 @@ when ($COMMON_LINK_SETTINGS == "yes") { } when ($EMBED_LINKER_CREF == "yes") { - LDFLAGS+=-Wl,--cref ${tmp;stdout;pre=$MODULE_PREFIX;suf=.ldcref:REALPRJNAME} -Wl,--no-demangle + LDFLAGS+=-Wl,--cref ${stdout;tmp;pre=$MODULE_PREFIX;suf=.ldcref:REALPRJNAME} -Wl,--no-demangle LINK_ADDITIONAL_SECTIONS+=--add-section=.ya.linker_cref=${tmp;pre=$MODULE_PREFIX;suf=.ldcref:REALPRJNAME} } elsewhen ($DUMP_LINKER_CREF == "yes") { - LDFLAGS+=-Wl,--cref ${output;stdout;pre=$MODULE_PREFIX;suf=.ldcref:REALPRJNAME} -Wl,--no-demangle + LDFLAGS+=-Wl,--cref ${stdout;output;pre=$MODULE_PREFIX;suf=.ldcref:REALPRJNAME} -Wl,--no-demangle } when ($EMBED_LINKER_MAP == "yes") { |