#! /bin/sh

# My usual config for direct compiling.

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