فهرست منبع

* Restore -aR, lost in refactoring

Michaël Van Canneyt 2 سال پیش
والد
کامیت
666ca2cd77
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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' :