From: Wolfgang Bangerth Date: Wed, 11 Oct 2000 15:25:54 +0000 (+0000) Subject: Both QUIET_SUBSCRIPTOR as well as NO_THROW are no more supported. X-Git-Tag: v8.0.0~20023 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e143197fa8b92231e9789b68fd853c1c9be7c22;p=dealii.git Both QUIET_SUBSCRIPTOR as well as NO_THROW are no more supported. git-svn-id: https://svn.dealii.org/trunk@3409 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/porting.html b/deal.II/doc/porting.html index a3ebd81166..8106b8e06b 100644 --- a/deal.II/doc/porting.html +++ b/deal.II/doc/porting.html @@ -51,26 +51,13 @@ enter the following in the operating system case-block -

Preprocessor variables

-

Some features of the library can be turned on or off by preprocessor -symbols. The following commands can be used: -

- -
throw_opt=-DNO_THROW
-
Turn off throwing exceptions in optimized mode.
- -
AC_DEFINE(QUIET_SUBSCRIPTOR)
-
Turn off type information in Subscriptor. -Helps to save memory (not much though) and is necessary if your -compiler does not implement RTTI. -

The deal.II -mailing list $Date$ +mailing list