in the command line are you setting this argument ? this will create the v8_monolith.lib the static library
ninja -C out.gn/x64.release *v8_monolith* i have used the following in my args.gn is_component_build = false is_debug = false target_cpu = "x64" use_custom_libcxx = false v8_monolithic = true v8_use_external_startup_data = false is_clang = true On Wed, Oct 30, 2024 at 11:46 PM Ion Filipski <armagede...@gmail.com> wrote: > > 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 > <https://groups.google.com/d/msgid/v8-users/e0eb81b3-1742-4aaf-ad67-791353748ca3n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- -- 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/CAJAzunmdJMLVWMnwqzevCHcqBu7_sAVPUCMwKL35%3D38wLODHRQ%40mail.gmail.com.