X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Ferrs12;h=bfac6f5e581f4ca8f02da0fe8b6f57927c36c188;hp=91481093a336d8892167303ffda6e46b97c34836;hb=1047e75382996d81711e499fc5a0b0e65173d4ee;hpb=6e1a6c699dde9cae786095fec4db890f20ed5319 diff --git a/bin/errs12 b/bin/errs12 index 9148109..bfac6f5 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -19,8 +19,8 @@ if gcc --version|perl -ne 'exit(!(/(\d+)\.(\d+)/&&($1>4||($1==4&&$2>=7))));';the else debug="-g2" fi -#asan="" -asan="-fsanitize=address" +asan="" +#asan="-fsanitize=address -static-libasan" mcheck="" #mcheck="-lmcheck" fast=false @@ -75,7 +75,7 @@ do fi if [ "$1" = "--asan" ];then - asan="-fsanitize=address" + asan="-fsanitize=address -static-libasan" shift continue fi