$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lars Gullik Bjønnes (larsbj_at_[hidden])
Date: 2003-03-04 11:22:38
Beman Dawes <bdawes_at_[hidden]> writes:
| At 10:03 AM 3/3/2003, Lars Gullik Bjønnes wrote:
|
| >I see that when upgrading LyX to use the upcomming 1.30.0 release
| >instead of the 1.29.0 release our binary size increases by more than
| >125kB...
|
| Not sure what goes into your "binary size". Does that include source
| code, tests, examples, and docs?
No. Compiled code. Close to size of binary after debuging info has
been removed.
man size (in linux)
size src/lyx
text data bss dec hex filename
3000026 82640 48828 3131494 2fc866 src/lyx
The dec entry is about ~125kB larger with 1_30 than with 1_29.
| 1.30.0 includes four libraries which were not in 1.29.0. Spirit in
| particular, is a major library with lots of docs, examples, tests, etc.
These are not used by lyx, and should thus have no impact on LyX's
size.
-- Lgb