mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 08:09:28 +02:00
* fixed wrong method of disabling stabs debug info in 2956
git-svn-id: trunk@2965 -
This commit is contained in:
parent
bf0fc6cc15
commit
6d99152f4b
@ -793,12 +793,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
's' :
|
's' :
|
||||||
begin
|
begin
|
||||||
{ stabs debug information not supported }
|
|
||||||
{$ifdef powerpc64}
|
|
||||||
IllegalPara(opt);
|
|
||||||
{$else}
|
|
||||||
paratargetdbg:=dbg_stabs;
|
paratargetdbg:=dbg_stabs;
|
||||||
{$endif}
|
|
||||||
end;
|
end;
|
||||||
'v' :
|
'v' :
|
||||||
begin
|
begin
|
||||||
|
@ -59,9 +59,7 @@ implementation
|
|||||||
Debuginfo
|
Debuginfo
|
||||||
**************************************}
|
**************************************}
|
||||||
|
|
||||||
{$ifndef NoDbgStabs}
|
{ stabs debug info are not supported, so do not include them here}
|
||||||
,dbgstabs
|
|
||||||
{$endif NoDbgStabs}
|
|
||||||
{$ifndef NoDbgDwarf}
|
{$ifndef NoDbgDwarf}
|
||||||
,dbgdwarf
|
,dbgdwarf
|
||||||
{$endif NoDbgDwarf}
|
{$endif NoDbgDwarf}
|
||||||
|
Loading…
Reference in New Issue
Block a user