Browse Source

* Restore -aR, lost in refactoring

Michaël Van Canneyt 2 năm trước cách đây
mục cha
commit
0261a025de
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -2325,6 +2325,8 @@ begin
          include(init_settings.globalswitches,cs_asm_source);
        'r' :
          include(init_settings.globalswitches,cs_asm_regalloc);
+       'R' :
+         include(init_settings.globalswitches,cs_asm_rtti_source);
        't' :
          include(init_settings.globalswitches,cs_asm_tempalloc);
        'n' :