kmod/bootstrap-configure
Lucas De Marchi 6d59d9d086 build-sys: Remove -Werror from CFLAGS
Just let the warnings be emmited, but don't fail on them.
2014-03-24 14:54:01 -03:00

5 lines
85 B
Bash
Executable File

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