diff options
author | svidyuk <svidyuk@yandex-team.com> | 2024-09-10 15:37:42 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2024-09-10 15:53:19 +0300 |
commit | bb81bb34de7bced2f6a98f33281fb5bcc1d6adf2 (patch) | |
tree | b051bca5260d647fba3c379645f3f9ef25ab9523 | |
parent | 48253e5539dce7c1bed443d56d48453f5d5b1934 (diff) | |
download | ydb-bb81bb34de7bced2f6a98f33281fb5bcc1d6adf2.tar.gz |
More link mods order fixes
c2d959c7c184f747132e43b56aec2ef593bd70f0
-rw-r--r-- | build/conf/linkers/ld.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/linkers/ld.conf b/build/conf/linkers/ld.conf index e42fbea8b5..eca74c3a7d 100644 --- a/build/conf/linkers/ld.conf +++ b/build/conf/linkers/ld.conf @@ -143,7 +143,7 @@ when (($TIME_TRACE == "yes" || $LINKER_TIME_TRACE == "yes") && $_DEFAULT_LINKER_ _LINKER_TIME_TRACE_FLAG=\ -Wl,--time-trace \ -Wl,--time-trace-granularity=$_LINKER_TIME_TRACE_GRANULARITY \ - -Wl,--time-trace-file=${output;rootrel;pre=$MODULE_PREFIX;suf=$MODULE_SUFFIX.time_trace.json:REALPRJNAME} + -Wl,--time-trace-file=${rootrel;output;pre=$MODULE_PREFIX;suf=$MODULE_SUFFIX.time_trace.json:REALPRJNAME} } _EXE_FLAGS=\ |