Skip to content

Commit

Permalink
[TOOLS] Enable unsafe_buffers in debug builds (#1365)
Browse files Browse the repository at this point in the history
Disable precompiled headers because they are incompatible with the unsafe_buffers configuration
  • Loading branch information
uazo committed Sep 12, 2024
1 parent c672281 commit 19c5a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/cromite.gn_args
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19c5a5e

Please sign in to comment.