mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
* fix linker map generation on Darwin
git-svn-id: trunk@48401 -
This commit is contained in:
parent
b446023e5b
commit
9df70f08b1
@ -481,7 +481,7 @@ implementation
|
||||
emulstr:='';
|
||||
ltostr:='';
|
||||
if (cs_link_map in current_settings.globalswitches) then
|
||||
mapstr:='-Map '+maybequoted(ChangeFileExt(current_module.exefilename,'.map'));
|
||||
mapstr:='-map '+maybequoted(ChangeFileExt(current_module.exefilename,'.map'));
|
||||
|
||||
if (cs_link_staticflag in current_settings.globalswitches) then
|
||||
StaticStr:='-static';
|
||||
|
Loading…
Reference in New Issue
Block a user