#!/bin/sh
rm configure.cache
export CFLAGS='-O2 -Wall -Werror -gstabs+3 -pipe'
export CXXFLAGS='-O2 -Wall -Werror -gstabs+3 -pipe'
./configure
