aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
blob: 33fbc2c4a336320adce9cfae296a7c2855388686 (plain)
1
2
3
4
#!/bin/sh

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