Pārlūkot izejas kodu

* optimizer is x86

peter 22 gadi atpakaļ
vecāks
revīzija
35ea6c7233
1 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. 9 1
      compiler/fpcdefs.inc

+ 9 - 1
compiler/fpcdefs.inc

@@ -61,9 +61,17 @@
   {$define cpufpemu}
 {$endif m68k}
 
+{ Optimizer is x86 only }
+{$ifndef i386}
+  {$define noopt}
+{$endif i386}
+
 {
   $Log$
-  Revision 1.15  2003-04-23 12:35:34  florian
+  Revision 1.16  2003-04-23 13:47:41  peter
+    * optimizer is x86
+
+  Revision 1.15  2003/04/23 12:35:34  florian
     * fixed several issues with powerpc
     + applied a patch from Jonas for nested function calls (PowerPC only)
     * ...