From: Wolfgang Bangerth Date: Wed, 26 Jan 2000 16:35:08 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~21089 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fbf2be593b4f5c1b5eabdfce4ccd23901296552;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@2271 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index f3319dd642..097518d95f 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -247,6 +247,15 @@ call ./configure with the parameter --disable-shared. +

+ + It is important to note that the actual size of the executable + program in memory will be larger than when linked statically, + since the dynamic linker does not remove symbols which are not + used, in contrast to the static linker. Therefore, more main + memory will be used when running your applications, but link + time is significantly reduced. +

  • --enable-multithreading: This sets compiler variables such that the resulting program supports