mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:59:25 +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_lineinfo);
|
||||
exclude(init_settings.localswitches,cs_checkpointer);
|
||||
paratargetdbg:=dbg_none;
|
||||
localvartrashing := -1;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user