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 years ago
parent
commit
bd69be344c
1 changed files with 1 additions and 1 deletions
  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}
 {$mode objfpc}
 { check if tail recursion optimization works, at least on 32 bit OSes }
 { check if tail recursion optimization works, at least on 32 bit OSes }