From 7028e9c2db81f3d4767e46179f5fdf7d9dee2911 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Sun, 8 Sep 2024 11:22:15 +0200 Subject: [PATCH] Add vanilla Chromium builds (#1200 #1271) --- build/chromium.gn_args | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/chromium.gn_args b/build/chromium.gn_args index 46ef001e..41e58594 100644 --- a/build/chromium.gn_args +++ b/build/chromium.gn_args @@ -4,3 +4,6 @@ is_official_build = true # the official instructions use symbol_level=2 but I do not need the debug symbols symbol_level = 0 + +# do not make the second build of v8 +include_both_v8_snapshots = false \ No newline at end of file