mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 05:08:03 +02:00
* DWARF debug info is now default on ppc64/linux
* disallow stabs debug info generation on ppc64/linux. git-svn-id: trunk@2956 -
This commit is contained in:
parent
a2f4e33bda
commit
496c31ac29
@ -793,7 +793,12 @@ begin
|
||||
end;
|
||||
's' :
|
||||
begin
|
||||
{ stabs debug information not supported }
|
||||
{$ifdef powerpc64}
|
||||
IllegalPara(opt);
|
||||
{$else}
|
||||
paratargetdbg:=dbg_stabs;
|
||||
{$endif}
|
||||
end;
|
||||
'v' :
|
||||
begin
|
||||
|
@ -318,7 +318,7 @@ unit i_linux;
|
||||
linkextern : nil;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_none;
|
||||
dbg : dbg_stabs;
|
||||
dbg : dbg_dwarf;
|
||||
script : script_unix;
|
||||
endian : endian_big;
|
||||
alignment :
|
||||
|
Loading…
Reference in New Issue
Block a user