mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 12:49:45 +02:00
* use dwarf2 on avr-embedded by default because stabs is difficult due to name mangling issues
git-svn-id: trunk@18973 -
This commit is contained in:
parent
f1f0cb033a
commit
e9f2f3388e
@ -129,7 +129,7 @@ unit i_embed;
|
|||||||
linkextern : nil;
|
linkextern : nil;
|
||||||
ar : ar_gnu_ar;
|
ar : ar_gnu_ar;
|
||||||
res : res_none;
|
res : res_none;
|
||||||
dbg : dbg_stabs;
|
dbg : dbg_dwarf2;
|
||||||
script : script_unix;
|
script : script_unix;
|
||||||
endian : endian_little;
|
endian : endian_little;
|
||||||
alignment :
|
alignment :
|
||||||
|
Loading…
Reference in New Issue
Block a user