瀏覽代碼

* fix bootstrapping with 3.0.x and -O3

git-svn-id: trunk@42197 -
florian 6 年之前
父節點
當前提交
17c48694a5
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      compiler/fpcdefs.inc

+ 5 - 0
compiler/fpcdefs.inc

@@ -34,6 +34,11 @@
 
 
 {$define USEEXCEPT}
 {$define USEEXCEPT}
 
 
+{$ifdef VER3_0}
+  { fix bootstrapping dfa gives warnings on 3.2+ code due to changed case behaviour }
+  {$OPTIMIZATION NODFA}
+{$endif VER3_0}
+
 { This fake CPU is used to allow incorporation of globtype unit
 { This fake CPU is used to allow incorporation of globtype unit
   into utils/ppudump without any CPU specific code PM }
   into utils/ppudump without any CPU specific code PM }
 {$ifdef generic_cpu}
 {$ifdef generic_cpu}