Cool - thanks. I've just built it on Windows and the DLL is now only 1.3MB! That's much better :-)
On Wed, Apr 22, 2009 at 6:35 AM, Ondrej Zara <[email protected]> wrote: > >> How do I get it to build a DLL instead of a static library? >> > > > scons library=shared > > > > Ondrej > > > > >> >> Thanks, >> >> -Qu0ll >> On Wed, Apr 22, 2009 at 6:30 AM, Stephan Beal <[email protected]>wrote: >> >>> >>> On Tue, Apr 21, 2009 at 7:28 PM, Qu0ll <[email protected]> wrote: >>> > I have just built V8 on a Windows Vista machine and I am stunned to >>> > find that the resulting v8.lib is 70MB! How can that be when the >>> > entire Chrome download is only a few MB? Has something gone >>> > catastropically wrong in my build? >>> >>> You built it in debugging mode (it's about 47MB for a static debug lib >>> on linux x86/32, 18MB for a DLL, or under 4MB in release mode). Build >>> it in release mode and it'll be a lot smaller (but you also won't get >>> the pretty stack dumps when something goes horribly wrong). >>> >>> -- >>> ----- stephan beal >>> http://wanderinghorse.net/home/stephan/ >>> >>> > > > > --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
