feat hectic C: no asan option

This commit is contained in:
2025-04-22 14:55:40 +00:00
parent 214109854e
commit fef42c6e53
2 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildPhase = ''
ls
${bash}/bin/sh ./make.sh build
${bash}/bin/sh ./make.sh --no-asan build
'';
checkPhase = ''