- removed accidentally committed change from previous commit

git-svn-id: trunk@12895 -
This commit is contained in:
Jonas Maebe 2009-03-15 12:07:49 +00:00
parent f2ce99029b
commit cdc4933826

View File

@ -2209,14 +2209,10 @@ begin
set_target_asm(target_info.assemextern);
end;
{ smart linking does not yet work with DWARF debug info on most targets }
{ smart linking does not yet work with DWARF debug info }
if (paratargetdbg in [dbg_dwarf2,dbg_dwarf3]) and
(cs_link_smart in init_settings.globalswitches) and
not(target_info.system in systems_darwin) then
begin
Message(option_dwarf_smart_linking);
ForceStaticLinking;
end;
(cs_link_smart in init_settings.globalswitches) then
ForceStaticLinking;
end;