From 54f15d135226e852e1f945a82d5d08af9d5fe283 Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 25 Jun 1999 12:11:28 +0000 Subject: [PATCH] -pedantic removed (like in deal.II/...) git-svn-id: https://svn.dealii.org/trunk@1465 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 c01ecc125e..d8a27b5424 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= -DDEBUG -ggdb -Wall -W -pedantic -Wconversion \ +CXXFLAGS.g= -DDEBUG -ggdb -Wall -W -Wconversion \ -Winline -Woverloaded-virtual -fno-builtin\ -fno-vtable-thunks \ $(INCLUDE) -- 2.39.5