Ver código fonte

--- 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 anos atrás
pai
commit
6f11225621
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      compiler/systems/t_darwin.pas

+ 2 - 3
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 }