*Environment* platform: Windows arch: x64 toolchain: MSVC version: 14.8.178.28 / 5e24a1fd6ffb840b93ee90a800897fcb4d60eeab
*args.gn* target_os="win" target_cpu="x64" v8_target_cpu="x64" clang_use_chrome_plugins=false dcheck_always_on=false treat_warnings_as_errors=false enable_rust=false symbol_level=0 v8_symbol_level=0 strip_debug_info=true icu_use_data_file=false is_debug=false is_clang=true is_component_build=false use_custom_libcxx=false use_rtti=false use_sysroot=false v8_monolithic=true v8_static_library=true v8_use_external_startup_data=false v8_deprecation_warnings=false v8_imminent_deprecation_warnings=false v8_enable_builtins_optimization=true v8_enable_gdbjit=false v8_enable_disassembler=false v8_enable_object_print=false v8_enable_verify_heap=false v8_enable_slow_dchecks=false v8_enable_i18n_support=false v8_enable_sandbox=false v8_enable_pointer_compression=false v8_enable_temporal_support=false v8_enable_test_features=false v8_enable_backtrace=false I tried building with this command: ninja -C .\out.gn\x64.release v8_monolith However it says the target *v8_monolith* is unknown. Is there a document or information as to which target should be used instead to mimic the old static library build? I'd appreciate any feedback :) -- -- 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 visit https://groups.google.com/d/msgid/v8-dev/60e2f98e-37cf-4b11-a89f-c2e323034748n%40googlegroups.com.
