mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 23:14:02 +02:00
Reset paratargetdbg to dbg_none when handling -g- option, to really suppress debug information generation
git-svn-id: trunk@48243 -
This commit is contained in:
parent
c32ef4af38
commit
b88f9ad57c
@ -1830,6 +1830,7 @@ begin
|
|||||||
exclude(init_settings.globalswitches,cs_use_heaptrc);
|
exclude(init_settings.globalswitches,cs_use_heaptrc);
|
||||||
exclude(init_settings.globalswitches,cs_use_lineinfo);
|
exclude(init_settings.globalswitches,cs_use_lineinfo);
|
||||||
exclude(init_settings.localswitches,cs_checkpointer);
|
exclude(init_settings.localswitches,cs_checkpointer);
|
||||||
|
paratargetdbg:=dbg_none;
|
||||||
localvartrashing := -1;
|
localvartrashing := -1;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user