
if [ -z "${compilerflags}" ]; then
	compilerflags="-fsanitize=address -g"
fi
compilerflags="${compilerflags}" linkerflags=" " ./m${what_m2} $@
