feat hectic C: no asan option

This commit is contained in:
2025-04-22 14:55:40 +00:00
parent 286555e026
commit e25190422b
2 changed files with 16 additions and 3 deletions

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 = ''