nosv-san: disable Werror

This commit is contained in:
Aleix Boné 2025-10-13 11:35:44 +02:00
parent 15ae324f10
commit 1da1003773
No known key found for this signature in database

View File

@ -78,6 +78,6 @@ in
"--with-asan "
"--with-ubsan"
];
CFLAGS = "-Werror";
# CFLAGS = "-Werror";
});
}