RPM build for ungoogled-chromium
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
394 B

diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
--- a/build/config/sanitizers/BUILD.gn
+++ b/build/config/sanitizers/BUILD.gn
@@ -312,7 +312,7 @@ config("cfi_flags") {
}
cflags += [
"-fsanitize=cfi-vcall",
- "-fsanitize-ignorelist=$cfi_ignorelist_path",
+ "-fsanitize-blacklist=$cfi_ignorelist_path",
]
if (use_cfi_cast) {