Hi, I'm trying to achieve a smaller build size for my static build. Currently I'm getting around ~7.4MB builds using the configuration below.
I'm hoping somebody can tell me if this is best it can get or if I can get somewhere closer to 3 MB? 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 strip_debug_info = true symbol_level = 0 v8_target_cpu = "x86" v8_embed_script = "vector.js" target_cpu = "x86" is_debug = false is_clang = false v8_use_snapshot = true v8_use_external_startup_data = false -- -- 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/a6eab2c6-45d5-48d0-be54-df1bbc64371d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.