From b5ac92bcd1ee9efbc3a1db60cc1d878cbc8f433f Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 19 Apr 2013 13:51:53 -0700 Subject: [PATCH] commit tests basic turns off fastmath since default now --- commit-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit-tests.sh b/commit-tests.sh index dce1a728c..551cffdb9 100755 --- a/commit-tests.sh +++ b/commit-tests.sh @@ -12,7 +12,7 @@ RESULT=$? # make sure basic config is ok echo -e "\n\nTesting basic config too...\n\n" -./configure; +./configure --disable-fastmath; RESULT=$? [ $RESULT -ne 0 ] && echo -e "\n\nBasic config ./configure failed" && exit 1