소스 검색

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