* fixed wrong method of disabling stabs debug info in 2956

git-svn-id: trunk@2965 -
This commit is contained in:
tom_at_work 2006-03-19 10:54:52 +00:00
parent bf0fc6cc15
commit 6d99152f4b
2 changed files with 1 additions and 8 deletions

View File

@ -793,12 +793,7 @@ begin
end;
's' :
begin
{ stabs debug information not supported }
{$ifdef powerpc64}
IllegalPara(opt);
{$else}
paratargetdbg:=dbg_stabs;
{$endif}
end;
'v' :
begin

View File

@ -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}