From: Wolfgang Bangerth Date: Wed, 14 Jun 2000 11:57:39 +0000 (+0000) Subject: Enforce -ansi -pedantic. X-Git-Tag: v8.0.0~20399 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5380d265a52a8ac1fdfd124f003e60e02317189;p=dealii.git Enforce -ansi -pedantic. git-svn-id: https://svn.dealii.org/trunk@3013 0785d39b-7218-0410-832d-ea1e28bc413d --- 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