> you can build the V8 .lib 
I've tried different ways of building v8, particularly playing with these 
settings
v8_static_library
is_component_build
v8_monolithic
None of them generated V8.lib. Other libraries like v8_base also not 
generated. So, what exactly is the way to create generate V8.lib?

On Thursday 17 October 2024 at 10:57:35 UTC+3 Ben Noordhuis wrote:

> On Wed, Oct 16, 2024 at 9:38 PM Ben Ernst <boi...@gmail.com> wrote:
> >
> > Is it necessary to use clang for the whole program?
>
> In my (admittedly limited) testing clang-cl is ABI-compatible enough
> that you can build the V8 .lib with clang-cl and link it against code
> built with msvc.
>
> I suppose you could still run into language constructs in the header
> files that msvc doesn't understand or misparses.
>

-- 
-- 
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.
To view this discussion visit 
https://groups.google.com/d/msgid/v8-users/e0eb81b3-1742-4aaf-ad67-791353748ca3n%40googlegroups.com.

Reply via email to