mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
+ enable by default the ds_dwarf_omf_linnum debug switch on i8086, since that's
the only currently working option for getting source level debugging on i8086-msdos git-svn-id: trunk@39016 -
This commit is contained in:
parent
20abb13bca
commit
3e343dff21
@ -411,7 +411,11 @@ interface
|
|||||||
optimizerswitches : [];
|
optimizerswitches : [];
|
||||||
genwpoptimizerswitches : [];
|
genwpoptimizerswitches : [];
|
||||||
dowpoptimizerswitches : [];
|
dowpoptimizerswitches : [];
|
||||||
|
{$ifdef i8086}
|
||||||
|
debugswitches : [ds_dwarf_sets,ds_dwarf_omf_linnum];
|
||||||
|
{$else i8086}
|
||||||
debugswitches : [ds_dwarf_sets];
|
debugswitches : [ds_dwarf_sets];
|
||||||
|
{$endif i8086}
|
||||||
|
|
||||||
setalloc : 0;
|
setalloc : 0;
|
||||||
packenum : 4;
|
packenum : 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user