mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-25 20:57:17 +01: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
|
else
|
||||||
include(initglobalswitches,cs_gdb_valgrind);
|
include(initglobalswitches,cs_gdb_valgrind);
|
||||||
end;
|
end;
|
||||||
|
'w' :
|
||||||
|
begin
|
||||||
|
paratargetdbg:=dbg_dwarf;
|
||||||
|
end;
|
||||||
else
|
else
|
||||||
IllegalPara(opt);
|
IllegalPara(opt);
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user