Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-01-21 18:08:31 -0800 (Fri, 21 Jan 2005)
Revision: 6468
Log message:
Reduced the number of things that are compiled with -linkall.
Now compiled w/o -linkall:
- most helper libraries (including libmojave)
- MetaPRL main binary (3.5% reduction in size of mp.opt)
Still compiled with -linkall:
- All the theory libraries (because their contents are the whole point!)
- The filter binaries - this is pretty unfortunate, but the way camlp4 is
compiled makes this almost unavoidable. I've filed
http://caml.inria.fr/bin/caml-bugs?selectid=3439 about this.
Changes | Path |
+2 -4 | metaprl/OMakefile |
+3 -4 | metaprl/editor/ml/OMakefile |
+13 -21 | metaprl/filter/OMakefile |