Index: third_party/crabbyavif/BUILD.gn
--- third_party/crabbyavif/BUILD.gn.orig
+++ 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 = [
