Parcourir la 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 il y a 9 ans
Parent
commit
a03d992cc0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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                                   }