mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* changed default debug format for Darwin/i386 from Stabs to DWARF2, as the
oldcctools are no longer shipped with Xcode 7 and Clang assembler doesn't support Stabs (and DWARF2 has been working better than Stabs since a long time already) git-svn-id: trunk@31774 -
This commit is contained in:
parent
fe59bb9ec5
commit
f05d573391
@ -747,7 +747,7 @@ unit i_bsd;
|
||||
linkextern : ld_bsd;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_macho;
|
||||
dbg : dbg_stabs;
|
||||
dbg : dbg_dwarf2;
|
||||
script : script_unix;
|
||||
endian : endian_little;
|
||||
alignment :
|
||||
|
Loading…
Reference in New Issue
Block a user