From 666c61e06fd64eca4a56584234f8c63aff87ebe1 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 1 Jun 1999 15:08:15 +0000 Subject: [PATCH] -ansi removed git-svn-id: https://svn.dealii.org/trunk@1364 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index 39b4197139..c01ecc125e 100644 --- a/deal.II/common/Make.global_options +++ b/deal.II/common/Make.global_options @@ -13,7 +13,7 @@ vpath %.a $D/deal.II/lib CXX = c++ INCLUDE = -I$D/deal.II/include -I$D/lac/include \ -I$D/base/include -CXXFLAGS.g= -ansi -DDEBUG -ggdb -Wall -W -pedantic -Wconversion \ +CXXFLAGS.g= -DDEBUG -ggdb -Wall -W -pedantic -Wconversion \ -Winline -Woverloaded-virtual -fno-builtin\ -fno-vtable-thunks \ $(INCLUDE) -- 2.39.5