git-svn-id: trunk@2965 -
@@ -793,12 +793,7 @@ begin
end;
's' :
begin
- { stabs debug information not supported }
- {$ifdef powerpc64}
- IllegalPara(opt);
- {$else}
paratargetdbg:=dbg_stabs;
- {$endif}
'v' :
@@ -59,9 +59,7 @@ implementation
Debuginfo
**************************************}
- {$ifndef NoDbgStabs}
- ,dbgstabs
- {$endif NoDbgStabs}
+{ stabs debug info are not supported, so do not include them here}
{$ifndef NoDbgDwarf}
,dbgdwarf
{$endif NoDbgDwarf}