On Mon, Jul 2, 2012 at 2:25 AM, Charles Lowell <[email protected]>wrote:

> The scons build used to generate a single libv8.a, but I noticed that the
> GYP build creates libv8_base.a and libv8_snapshot.a and libv8_nosnapshot.a
> but no single archive.
>
> Is there a way to generate a libv8.a by linking the appropriate archives
> depending on whether snapshot is on or off?
>

Our build system does not provide a way to do that.
But .a files are essentially archives and can be unpacked and repacked as
desired. Use your favorite search engine to find out how.

I wouldn't mind reviewing a patch that adds an automated way to do such
repacking ;-) I don't see it as an essential feature, but it does make
manual linking a bit easier.


>
> cheers,
> Charles
>
>

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to