On Sun, May 26, 2019 at 8:03 PM Osman Zakir <[email protected]> wrote:

> Why is it only giving the command to build d8?
>

Because often that's what developers want, and it saves time not to build
everything.


> Is there no way to make it build everything
>

Sure there is: "gm x64.release all".

See also "gm help" (or "gm --help" or "gm -h").


> and also generate not just .obj files but also static .lib files?
>

That's controlled by args.gn, where gm.py provides a reasonable default,
which you can customize to your needs.
For convenient embedding, you may like to set "v8_monolithic = true", and
then build the "v8_monolith" target. You'll have to manually use ninja or
autoninja for that though, as nobody has bothered to teach gm.py about it.

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/CAKSzg3SKg0_invwjgjF8r7uQkd241NaGO%2BbPXameT9VzJea5%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to