Browse Source

* Restore -aR, lost in refactoring

Michaël Van Canneyt 2 years ago
parent
commit
0261a025de
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

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