2
0
Эх сурвалжийг харах

optimizecputype back to cpu_mips1

Kirill Kranz 11 сар өмнө
parent
commit
ce20ea8043
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -5583,7 +5583,7 @@ begin
         if not option.CPUSetExplicitly then
           init_settings.cputype:=cpu_mips1;
         if not option.OptCPUSetExplicitly then
-          init_settings.optimizecputype:=cpu_none;
+          init_settings.optimizecputype:=cpu_mips1;
         if not option.FPUSetExplicitly then
           begin
             include(init_settings.moduleswitches,cs_fp_emulation);