[TOOLS] Enable unsafe_buffers in debug builds (#1365)

Disable precompiled headers because they are incompatible with the unsafe_buffers configuration
This commit is contained in:
Carmelo Messina
2024-09-12 19:19:50 +02:00
parent c672281154
commit 19c5a5eeb5
+3
View File
@@ -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