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 a566c04 commit 48253e5Copy full SHA for 48253e5
build/ymake.core.conf
@@ -852,7 +852,7 @@ when ($COMMON_LINK_SETTINGS == "yes") {
852
LINK_ADDITIONAL_SECTIONS+=--add-section=.ya.linker_map.${_LINKER_ID}=${tmp;pre=$MODULE_PREFIX;suf=.map.$_LINKER_ID:REALPRJNAME}
853
}
854
elsewhen ($DUMP_LINKER_MAP == "yes") {
855
- LDFLAGS+=-Wl,-Map=${output;rootrel;pre=$MODULE_PREFIX;suf=.map.$_LINKER_ID:REALPRJNAME}
+ LDFLAGS+=-Wl,-Map=${rootrel;output;pre=$MODULE_PREFIX;suf=.map.$_LINKER_ID:REALPRJNAME}
856
857
858
when ($USE_MKL == "yes") {
0 commit comments