From dc0f1401a00fccf612da117fd9cde6f1182603bf Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Fri, 7 Aug 2015 09:08:21 +0000 Subject: [PATCH] [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 --- optim.opts | 1 - 1 file changed, 1 deletion(-) diff --git a/optim.opts b/optim.opts index 68213ff041..bb7499ca78 100644 --- a/optim.opts +++ b/optim.opts @@ -14,7 +14,6 @@ GXX_WARNING_OPTS=" \ GXX_OPTS=" \ -fno-strict-aliasing \ -fstrict-overflow \ - -ffast-math \ -fno-finite-math-only \ -O3 \ -march=native \ -- GitLab