mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +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
|
else
|
||||||
begin
|
begin
|
||||||
include(init_settings.moduleswitches,cs_debuginfo);
|
include(init_settings.moduleswitches,cs_debuginfo);
|
||||||
|
if paratargetdbg=dbg_none then
|
||||||
|
paratargetdbg:=dbg_stabs;
|
||||||
end;
|
end;
|
||||||
if not RelocSectionSetExplicitly then
|
if not RelocSectionSetExplicitly then
|
||||||
RelocSection:=false;
|
RelocSection:=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user