#! /bin/sh

# My usual config for direct compiling without debugging adds.

./configure "$@" CXXFLAGS="-O3 -W -Wall -Wunused -DNDEBUG"
