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