Răsfoiți Sursa

--- Merging r49136 into '.':
U compiler/systems/t_darwin.pas
--- Recording mergeinfo for merge of r49136 into '.':
U .

git-svn-id: branches/fixes_3_2@49163 -

Jonas Maebe 4 ani în urmă
părinte
comite
6f11225621
1 a modificat fișierele cu 2 adăugiri și 3 ștergeri
  1. 2 3
      compiler/systems/t_darwin.pas

+ 2 - 3
compiler/systems/t_darwin.pas

@@ -553,9 +553,8 @@ implementation
         end;
         end;
 
 
       success:=DoExec(BinStr,CmdStr,true,true);
       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);
         success:=DoExec(extdbgbinstr,extdbgcmdstr,false,true);
 
 
     { Remove ReponseFile }
     { Remove ReponseFile }