X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Ferrs12;h=bfac6f5e581f4ca8f02da0fe8b6f57927c36c188;hb=e9c5c74b8f4cd59588fe518b4753d121b4877536;hp=91481093a336d8892167303ffda6e46b97c34836;hpb=6e1a6c699dde9cae786095fec4db890f20ed5319;p=nethome.git 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