mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
* get -g-l to work
This commit is contained in:
parent
8c3f6ef4f0
commit
ed95777843
@ -582,7 +582,7 @@ begin
|
|||||||
if UnsetBool(More, 0) then
|
if UnsetBool(More, 0) then
|
||||||
begin
|
begin
|
||||||
initmoduleswitches:=initmoduleswitches-[cs_debuginfo];
|
initmoduleswitches:=initmoduleswitches-[cs_debuginfo];
|
||||||
if (length(More)>1) and (More[1]='l') then
|
if (length(More)>1) and (More[2]='l') then
|
||||||
initglobalswitches:=initglobalswitches+[cs_gdb_lineinfo];
|
initglobalswitches:=initglobalswitches+[cs_gdb_lineinfo];
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
@ -1450,7 +1450,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.64 2000-04-07 14:56:18 peter
|
Revision 1.65 2000-04-10 11:36:19 pierre
|
||||||
|
* get -g-l to work
|
||||||
|
|
||||||
|
Revision 1.64 2000/04/07 14:56:18 peter
|
||||||
* correctfldcw define added
|
* correctfldcw define added
|
||||||
|
|
||||||
Revision 1.63 2000/04/05 21:57:34 pierre
|
Revision 1.63 2000/04/05 21:57:34 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user