Browse Source

* doing fastmath is not useful when testing currency calculation accuracy (test fails with fastmath enabled on some targets)

git-svn-id: trunk@32790 -
florian 9 years ago
parent
commit
a03d992cc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/cg/taddcurr.pp

+ 1 - 1
tests/test/cg/taddcurr.pp

@@ -1,4 +1,4 @@
-{ %VERSION=1.1 }
+{ %OPT=-Onofastmath }
 
 {****************************************************************}
 {  CODE GENERATOR TEST PROGRAM                                   }