#!/usr/bin/env bash make distclean pushd .. ./autogen.sh popd ../configure --prefix=/opt/local --enable-ipv6 CXXFLAGS="-O0 -g" make -kj11