Compare commits

...

2 Commits

Author SHA1 Message Date
7d482579f6
nosv-san: disable Werror 2025-10-13 11:37:31 +02:00
7fda98292f
Fix tarball nosv 2025-10-13 11:37:31 +02:00

View File

@ -51,6 +51,7 @@ let
nosv = pkgs.releaseTools.sourceTarball {
name = "nosv-tarball";
inherit (pkgs.nosv) src version;
preAutoconf = "sed -i 's/AC_MSG_RESULT/_AS_ECHO/' configure.ac";
};
};
in
@ -77,6 +78,6 @@ in
"--with-asan "
"--with-ubsan"
];
CFLAGS = "-Werror";
# CFLAGS = "-Werror";
});
}