#!/bin/sh

. ./bootstrap && \
	exec ./configure CFLAGS="-g -O2 -Werror" $args $hackargs "$@"
