Skip to content

Commit cc75c63

Browse files
committed
adjust feature test
1 parent f847311 commit cc75c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_features.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ if grep -q "Detected compiler: gfortran" output.txt; then
206206
echo "ERROR: gfortran release architecture flag (-march=native or -mcpu) not found"
207207
exit 1
208208
fi
209-
grep -q "✓ Fast: -Ofast found" output.txt || { echo "ERROR: gfortran fast flag -Ofast not found"; exit 1; }
209+
grep -q "✓ Fast: -ffast-math found" output.txt || { echo "ERROR: gfortran fast flag -ffast-math not found"; exit 1; }
210210
fi
211211
echo "✓ Production profile works"
212212

0 commit comments

Comments
 (0)