Skip to content
Snippets Groups Projects
Commit dc0f1401 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[optim.opts]

removed -ffast-math, because this caused slightly different solutions in the automatic testing

reviewed by timok


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15256 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 9e7cb9fc
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ GXX_WARNING_OPTS=" \ ...@@ -14,7 +14,6 @@ GXX_WARNING_OPTS=" \
GXX_OPTS=" \ GXX_OPTS=" \
-fno-strict-aliasing \ -fno-strict-aliasing \
-fstrict-overflow \ -fstrict-overflow \
-ffast-math \
-fno-finite-math-only \ -fno-finite-math-only \
-O3 \ -O3 \
-march=native \ -march=native \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment