Переглянути джерело

* 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 роки тому
батько
коміт
a03d992cc0
1 змінених файлів з 1 додано та 1 видалено
  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                                   }