We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f847311 commit cc75c63Copy full SHA for cc75c63
ci/test_features.sh
@@ -206,7 +206,7 @@ if grep -q "Detected compiler: gfortran" output.txt; then
206
echo "ERROR: gfortran release architecture flag (-march=native or -mcpu) not found"
207
exit 1
208
fi
209
- grep -q "✓ Fast: -Ofast found" output.txt || { echo "ERROR: gfortran fast flag -Ofast not found"; exit 1; }
+ grep -q "✓ Fast: -ffast-math found" output.txt || { echo "ERROR: gfortran fast flag -ffast-math not found"; exit 1; }
210
211
echo "✓ Production profile works"
212
0 commit comments