Skip to content

Commit

Permalink
set use_v8_context_snapshot to false
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Sep 28, 2023
1 parent fc55de7 commit 727a4ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/bromite.gn_args
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 727a4ad

Please sign in to comment.