From e0d9b9e307919698e4712137b61a01b61e4eb166 Mon Sep 17 00:00:00 2001 From: pierre Date: Sun, 24 Dec 2006 01:27:26 +0000 Subject: [PATCH] * fix previous patch for -g alone, now debug type is set to target_info.dbg git-svn-id: trunk@5695 - --- compiler/options.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/options.pas b/compiler/options.pas index 53e806e80a..f083d212f9 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -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;