mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:07:54 +02:00
--- Merging r48401 into '.':
U compiler/systems/t_darwin.pas --- Recording mergeinfo for merge of r48401 into '.': U . git-svn-id: branches/fixes_3_2@48402 -
This commit is contained in:
parent
94a36fb666
commit
146eb732a0
@ -482,7 +482,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