Browse Source

build: disable v8 builtins pgo (#38252)

Keeley Hammond 1 year ago
parent
commit
141175c723
1 changed files with 3 additions and 0 deletions
  1. 3 0
      build/args/all.gn

+ 3 - 0
build/args/all.gn

@@ -52,3 +52,6 @@ use_perfetto_client_library = false
 
 # Ref: https://chromium-review.googlesource.com/c/chromium/src/+/4402277
 enable_check_raw_ptr_fields = false
+
+# Disables the builtins PGO for V8
+v8_builtins_profiling_log_file = ""