From 7d3c5b162b837c37013d2d111fbec3e379d22807 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 14 Jun 2000 11:57:39 +0000 Subject: [PATCH] Enforce -ansi -pedantic. git-svn-id: https://svn.dealii.org/trunk@3013 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 0d51eafc68..c74ac44232 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -13,6 +13,15 @@

General

    +
  1. + New: the configure script now + enforces the compiler flags -ansi -pedantic when + compiling in debug mode. This should force us to write more + standard compliant code. +
    + (WB 2000/06/14) +

    +
  2. Improved: the configure script is now used to select the compiler options. Previously, selection -- 2.39.5