Browse Source

* replaced -O2 with -Ootailrec, because that's the optimization that has
to be active (apparently -Ootailrec is currently not enabled for ppc64
with -O2)

git-svn-id: trunk@16000 -

Jonas Maebe 15 năm trước cách đây
mục cha
commit
bd69be344c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/webtbs/tw17402a.pp

+ 1 - 1
tests/webtbs/tw17402a.pp

@@ -1,4 +1,4 @@
-{ %opt=-O2 -Cs1000000 }
+{ %opt=-Ootailrec -Cs1000000 }
 
 {$mode objfpc}
 { check if tail recursion optimization works, at least on 32 bit OSes }