blob: 0d08f56e71524ab6d99a51f6112a45a13e9f877e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- third_party/crabbyavif/BUILD.gn.orig 2025-12-05 10:12:50 UTC
+++ third_party/crabbyavif/BUILD.gn
@@ -198,12 +198,11 @@ rust_static_library("crabbyavif") {
"dav1d",
"libyuv",
"capi",
- "disable_cfi",
]
# Required for disable_cfi feature.
configs -= [ "//build/config/compiler:disallow_unstable_features" ]
- rustflags = [ "-Zallow-features=sanitize" ]
+ rustflags = [ "-Zallow-features=no_sanitize" ]
public_deps = [ ":header_files" ]
deps = [
|