We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48253e5 commit bb81bb3Copy full SHA for bb81bb3
build/conf/linkers/ld.conf
@@ -143,7 +143,7 @@ when (($TIME_TRACE == "yes" || $LINKER_TIME_TRACE == "yes") && $_DEFAULT_LINKER_
143
_LINKER_TIME_TRACE_FLAG=\
144
-Wl,--time-trace \
145
-Wl,--time-trace-granularity=$_LINKER_TIME_TRACE_GRANULARITY \
146
- -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}
147
}
148
149
_EXE_FLAGS=\
0 commit comments