From 727a4ade459873faa1720738ccc6d9072b545311 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Thu, 28 Sep 2023 11:32:12 +0200 Subject: [PATCH] set use_v8_context_snapshot to false --- build/bromite.gn_args | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build/bromite.gn_args b/build/bromite.gn_args index 40c98e4e..f0cb64b9 100644 --- a/build/bromite.gn_args +++ b/build/bromite.gn_args @@ -51,4 +51,8 @@ is_high_end_android=true # Do not compile libmonochrome.so with RELR relocations # since supported only on API 28+ -use_relr_relocations=false \ No newline at end of file +use_relr_relocations=false + +# disabled the use of the context snapshot +# see https://github.com/uazo/cromite/pull/317 for context +use_v8_context_snapshot = false \ No newline at end of file