浏览代码

* 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                                   }