* according to errore.msg -gw generates dwarf debugging info, this wasn't the case, fixed

git-svn-id: trunk@2298 -
This commit is contained in:
florian 2006-01-15 16:08:43 +00:00
parent 4fe8654fe4
commit a76d26bcb1

View File

@ -793,6 +793,10 @@ begin
else
include(initglobalswitches,cs_gdb_valgrind);
end;
'w' :
begin
paratargetdbg:=dbg_dwarf;
end;
else
IllegalPara(opt);
end;