From aa18fef7f17c557d9b3f8cc506b3b5d5403a6b82 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 26 Jan 2000 16:35:08 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@2271 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5