mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 05:49:36 +02:00
Change default debugging format for x86_64-haiku to dwarf-2, as stabs is normally disabled on 64-bit systems
git-svn-id: trunk@40835 -
This commit is contained in:
parent
3e2b102a44
commit
1b16ff3629
@ -150,7 +150,7 @@ unit i_haiku;
|
||||
linkextern : ld_haiku;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_elf;
|
||||
dbg : dbg_stabs;
|
||||
dbg : dbg_dwarf2;
|
||||
script : script_unix;
|
||||
endian : endian_little;
|
||||
{ FIXME: stuff below is copied from Linux/x64 now, could be incorrect for Haiku (KB) }
|
||||
|
Loading…
Reference in New Issue
Block a user