2
0
Эх сурвалжийг харах

Reset paratargetdbg to dbg_none when handling -g- option, to really suppress debug information generation

git-svn-id: trunk@48243 -
pierre 4 жил өмнө
parent
commit
b88f9ad57c
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      compiler/options.pas

+ 1 - 0
compiler/options.pas

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