nosv-san: disable Werror

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

View File

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