Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 19c5a5ee authored by Carmelo Messina's avatar Carmelo Messina
Browse files

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

Disable precompiled headers because they are incompatible with the unsafe_buffers configuration
parent c6722811
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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