mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 06:10:34 +01:00
* changed the default debug format for i8086-msdos from stabs to dwarf2
git-svn-id: trunk@30635 -
This commit is contained in:
parent
a6e39edb8f
commit
fb31be4e4a
@ -79,7 +79,7 @@ unit i_msdos;
|
||||
ar : ar_watcom_wlib_omf;
|
||||
{$endif}
|
||||
res : res_none;
|
||||
dbg : dbg_stabs;
|
||||
dbg : dbg_dwarf2;
|
||||
script : script_dos;
|
||||
endian : endian_little;
|
||||
alignment :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user