* get -g-l to work

This commit is contained in:
pierre 2000-04-10 11:36:19 +00:00
parent 8c3f6ef4f0
commit ed95777843

View File

@ -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