From 19c5a5eeb5c62ac9e466da25a715a6d653f5ae3d Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Thu, 12 Sep 2024 19:19:50 +0200 Subject: [PATCH] [TOOLS] Enable unsafe_buffers in debug builds (#1365) Disable precompiled headers because they are incompatible with the unsafe_buffers configuration --- build/cromite.gn_args | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/cromite.gn_args b/build/cromite.gn_args index ed0218b62..d31022097 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -99,6 +99,9 @@ safe_browsing_use_unrar = false # see https://chromium-review.googlesource.com/c/chromium/src/+/5778493 enable_request_header_integrity = false +# Disable precompiled headers because they are incompatible with the unsafe_buffers configuration +enable_precompiled_headers = false + declare_args() { _is_debug_build = "" build_webview = false