소스 검색

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

git-svn-id: trunk@48243 -
pierre 4 년 전
부모
커밋
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