mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:09:20 +02:00
* fix previous patch for -g alone,
now debug type is set to target_info.dbg git-svn-id: trunk@5695 -
This commit is contained in:
parent
a63fa3518f
commit
e0d9b9e307
@ -734,7 +734,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
include(init_settings.moduleswitches,cs_debuginfo);
|
include(init_settings.moduleswitches,cs_debuginfo);
|
||||||
if paratargetdbg=dbg_none then
|
if paratargetdbg=dbg_none then
|
||||||
paratargetdbg:=dbg_stabs;
|
paratargetdbg:=target_info.dbg;
|
||||||
end;
|
end;
|
||||||
if not RelocSectionSetExplicitly then
|
if not RelocSectionSetExplicitly then
|
||||||
RelocSection:=false;
|
RelocSection:=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user