Skip to content

Commit

Permalink
5426599: Next generation control of unsafe-buffers-usage plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Apr 17, 2024
1 parent e9df724 commit 9f193b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/args/all.gn
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ v8_enable_private_mapping_fork_optimization = true

# Expose public V8 symbols for native modules.
v8_expose_public_symbols = true

# Disables unsafe-buffers-usage plugin due to incompatibilities with our reclient implementation
# Ref: https://chromium-review.googlesource.com/c/chromium/src/+/5426599
# Ref: https://github.com/electron/electron/commit/8e20f16ea35eeaeb149ae63bad3703d782665f6a
clang_unsafe_buffers_paths = ""

0 comments on commit 9f193b9

Please sign in to comment.