mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 07:30:36 +01:00
Add debugging generation ability for m68k compiler
git-svn-id: trunk@23187 -
This commit is contained in:
parent
c979ded1f9
commit
658968ef44
@ -56,6 +56,17 @@ implementation
|
||||
**************************************}
|
||||
|
||||
,ag68kgas
|
||||
|
||||
{**************************************
|
||||
Debuginfo
|
||||
**************************************}
|
||||
|
||||
{$ifndef NoDbgStabs}
|
||||
,dbgstabs
|
||||
{$endif NoDbgStabs}
|
||||
{$ifndef NoDbgDwarf}
|
||||
,dbgdwarf
|
||||
{$endif NoDbgDwarf}
|
||||
;
|
||||
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user