
if [ -z "${linkerflags}" ]; then linkerflags='-g -fsanitize=address'; fi
make linkerflags="${linkerflags}" $@
