1.
*
gn args as following:
*
enable_ios_bitcode = true
ios_deployment_target = 10
is_component_build = false
is_debug = false
is_official_build = true
symbol_level = 0
target_cpu = "arm64"
1.
*
gn args as following:
*
enable_ios_bitcode = true
ios_deployment_target = 10
is_component_build = false
is_debug = false
is_official_build = true
symbol_level = 0
target_cpu = "arm64"
Oh, I forgot to mention the version. I am trying to compile V8 v9.4.113.
On Thursday, August 5, 2021 at 11:10:14 PM UTC+8 chao...@gmail.com wrote:
> 1.
> *
> gn args as
./../include/cppgc/allocation.h:164:25: note: declared here
template
On Thursday, August 5, 2021 at 11:10:14 PM UTC+8 chao...@gmail.com wrote:
> 1.
> *
> gn args as following:
> *
>
My OS version is macOS Big Sur 11.5.
On Friday, August 6, 2021 at 8:06:29 AM UTC+8 chao...@gmail.com wrote:
>
> Oh, I forgot to mention the version. I am trying to compile V8 v9.4.113.
> On Thursday, August 5, 2021 at 11:10:14 PM UTC+8 chao...@gmail.com wrot
td::forward should be fixable by adding an
> #include in include/cppgc/allocation.h. Can you try that?
>
> On Fri, Aug 6, 2021 at 3:50 AM chao...@gmail.com
> wrote:
>
>> My OS version is macOS Big Sur 11.5.
>> On Friday, August 6, 2021 at 8:06:29 AM UTC+8 chao...@gmail.com
_enable_pointer_compression = false
v8_enable_v8_checks = false
v8_monolithic = true # Enable the v8_monolith target.
v8_use_external_startup_data = false # The snaphot is included in the
binary.
On Sunday, August 8, 2021 at 12:47:31 PM UTC+8 chao...@gmail.com wrote:
> Thanks
If I switch to tag 8.5.188, everything works fine.
On Sunday, August 8, 2021 at 12:51:05 PM UTC+8 chao...@gmail.com wrote:
>
> *
> gn args as following:
> *
>
> enable_