|
From: Luigi B. <lui...@gm...> - 2010-10-04 14:42:56
|
On Tue, 2010-09-28 at 17:52 +0100, Grześ Andruszkiewicz wrote: > How much disk space do I need to compile QuantLib (under Linux)? I had > more than 2GB, but it just failed with because I ran out of space... I > just ran make on command line. On my Ubuntu box, the QuantLib directory after compilation is about 380MB. However, one the one hand I ran configure with --disable-static, that probably reduced the space by half; and on the other hand, I specified CXXFLAGS='-O2' which prevented the usual default "-g -O2". The -g flag causes the compiler to store debug information and is probably causing the bloat. Luigi -- Harrison's Postulate: For every action, there is an equal and opposite criticism. |