* 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:
pierre 2006-12-24 01:27:26 +00:00
parent a63fa3518f
commit e0d9b9e307

View File

@ -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;