blob: 5d7ea532f379f1dd5e8e266a291ace1ededac53e (
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-10 15:04:57 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 = [
|