git-svn-id: trunk@49136 - (cherry picked from commit 4c40e7f9d67ee49c4fde78bffe4547d84f5c44da)
@@ -547,9 +547,8 @@ implementation
end;
success:=DoExec(BinStr,CmdStr,true,false);
- if (success and
- (extdbgbinstr<>'') and
- (cs_link_nolink in current_settings.globalswitches)) then
+ if success and
+ (extdbgbinstr<>'') then
success:=DoExec(extdbgbinstr,extdbgcmdstr,false,false);
{ Remove ReponseFile }