On 01/10/2017 01:28 AM, Praveen C wrote:
I noticed that on my linux computer, the deal.II debug library size is rather
large

$ du -sh *

60Kcmake

0libdeal_II.g.so <http://libdeal_II.g.so>

1.3Glibdeal_II.g.so.8.5.0-pre

0libdeal_II.so

138Mlibdeal_II.so.8.5.0-pre


Is this normal ?

Yes. Debug information is huge in C++ :-( Fortunately, it is only loaded into memory when you eventually run a program in a debugger; otherwise, it is just a collection of bits that reside on the harddrive.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to