I compiled latest v8 on macOS catalina(10.15.4), with the following gn 
args: 

enable_ios_bitcode = true

ios_deployment_target = 10

is_component_build = false

is_debug = false

target_cpu = "arm64"                  # "x64" for a simulator build.

target_os = "ios"

use_custom_libcxx = false             # Use Xcode's libcxx.

use_xcode_clang = true

v8_enable_i18n_support = false        # Produces a smaller binary.

v8_monolithic = true                  # Enable the v8_monolith target.

v8_use_external_startup_data = false  # The snaphot is included in the 
binary.

-- 
-- 
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 on the web visit 
https://groups.google.com/d/msgid/v8-users/e25b0852-e834-4d39-b937-40dad8c8a713%40googlegroups.com.

Reply via email to