Used following configuration (few of these are repeating, kept it that way, just to not miss anything):
use_custom_libcxx_for_host = false treat_warnings_as_errors = false v8_enable_i18n_support = false v8_enable_slow_dchecks = false is_component_build = false use_custom_libcxx = false v8_static_library = true v8_target_cpu = "x64" target_cpu = "x64" is_debug = false is_clang = false and targeted build for V8 and the resultant libraries are healthy and likable by VS2017. command to target build for V8: ninja -C out.gn\x64.release V8 On Thursday, August 16, 2018 at 5:26:47 AM UTC-7, [email protected] wrote: > > Thank you to both Jakobs! > > I shall take another look at it this weekend (when the pay-meter stops > ticking). > > Dan > > -- -- 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]. For more options, visit https://groups.google.com/d/optout.
