summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-04-10 11:02:51 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-04-10 11:02:51 +0000
commite118d3e12b970720cc122a5c51fc25ac48873898 (patch)
treec1efa11171cc4e5d9600b1ec2bb1228af2622c2b
parent524804c68c9b434014864541d5a89dabbf2666a2 (diff)
downloadfpc-e118d3e12b970720cc122a5c51fc25ac48873898.tar.gz
--- Merging r49136 into '.':
U compiler/systems/t_darwin.pas --- Recording mergeinfo for merge of r49136 into '.': U . git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_2@49163 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/systems/t_darwin.pas5
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/systems/t_darwin.pas b/compiler/systems/t_darwin.pas
index 55f26041b7..eaae0f74ab 100644
--- a/compiler/systems/t_darwin.pas
+++ b/compiler/systems/t_darwin.pas
@@ -553,9 +553,8 @@ implementation
end;
success:=DoExec(BinStr,CmdStr,true,true);
- if (success and
- (extdbgbinstr<>'') and
- (cs_link_nolink in current_settings.globalswitches)) then
+ if success and
+ (extdbgbinstr<>'') then
success:=DoExec(extdbgbinstr,extdbgcmdstr,false,true);
{ Remove ReponseFile }