From: Ralf Hartmann Date: Tue, 18 Jan 2000 12:19:41 +0000 (+0000) Subject: remove -ffast-math flag X-Git-Tag: v8.0.0~21113 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a4b27007241722d8d32a0282e5d38ca5f06b56;p=dealii.git remove -ffast-math flag git-svn-id: https://svn.dealii.org/trunk@2247 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 5631c192fb..e67da36c08 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -95,7 +95,7 @@ CXXFLAGS.g = -DDEBUG -ggdb -Wall -W -Wconversion \ -ftemplate-depth-32\ $(INCLUDE) \ $(LIBPATH) -CXXFLAGS.o = -O2 -Wuninitialized -ffast-math \ +CXXFLAGS.o = -O2 -Wuninitialized \ -felide-constructors -fnonnull-objects \ -ftemplate-depth-32 \ $(INCLUDE) \