Compare commits
2 Commits
7d482579f6
...
1da1003773
| Author | SHA1 | Date | |
|---|---|---|---|
| 1da1003773 | |||
| 15ae324f10 |
@ -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";
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user