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