kmod/bootstrap-configure

5 lines
93 B
Plaintext
Raw Normal View History

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