mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 03:59:28 +02:00
* use stabs as default debug format if none is
explicitly selected. git-svn-id: trunk@5679 -
This commit is contained in:
parent
cf4b3f2e4d
commit
a9da7ec275
@ -733,6 +733,8 @@ begin
|
||||
else
|
||||
begin
|
||||
include(init_settings.moduleswitches,cs_debuginfo);
|
||||
if paratargetdbg=dbg_none then
|
||||
paratargetdbg:=dbg_stabs;
|
||||
end;
|
||||
if not RelocSectionSetExplicitly then
|
||||
RelocSection:=false;
|
||||
|
Loading…
Reference in New Issue
Block a user