Przeglądaj źródła

* Restore -aR, lost in refactoring

Michaël Van Canneyt 2 lat temu
rodzic
commit
0261a025de
1 zmienionych plików z 2 dodań i 0 usunięć
  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' :