mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	- removed accidentally committed change from previous commit
git-svn-id: trunk@12895 -
This commit is contained in:
		
							parent
							
								
									f2ce99029b
								
							
						
					
					
						commit
						cdc4933826
					
				@ -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;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user