mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:30:36 +02:00
* 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:
parent
4fe8654fe4
commit
a76d26bcb1
@ -793,6 +793,10 @@ begin
|
||||
else
|
||||
include(initglobalswitches,cs_gdb_valgrind);
|
||||
end;
|
||||
'w' :
|
||||
begin
|
||||
paratargetdbg:=dbg_dwarf;
|
||||
end;
|
||||
else
|
||||
IllegalPara(opt);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user