On Monday, 30 April 2018 10:16:10 UTC-4, Ben Noordhuis wrote:

> Node.js doesn't use GN.  It uses a monolithic GYP build that links 
> everything together with /MT.
>

Never had to look inside node-gyp/Node.lib before and was wondering how one 
of the apps I was working on links against the dynamic VC++ CRT and 
realized that Node.lib an import library and everything is exported from 
node.exe, so modules are free to use whatever option they need. I see now 
how /MT is working out for Node. 

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to