diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-09 13:26:06 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-09 13:27:20 -0200 |
commit | ae2612e32753ea9f7c621f87431219bf79d3fe08 (patch) | |
tree | 0943d4d26e0365da7d52af8f4deaa9218043958f /autogen.sh | |
parent | dd420605b27e58297a68805a56cbf10810d785a0 (diff) | |
download | kmod-ae2612e32753ea9f7c621f87431219bf79d3fe08.tar.gz kmod-ae2612e32753ea9f7c621f87431219bf79d3fe08.tar.bz2 kmod-ae2612e32753ea9f7c621f87431219bf79d3fe08.zip |
build-sys: give recommended configure options for hacking
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -16,5 +16,14 @@ echo "----------------------------------------------------------------" echo "Initialized build system. For a common configuration please run:" echo "----------------------------------------------------------------" echo -echo "# ./configure $args" +echo "# ./configure CFLAGS='-g -O2' \\" +echo " $args" +echo + +echo "If you are debugging or hacking on kmod, consider configuring" +echo "like below:" +echo +echo "# ./configure CFLAGS='-g -O2 -Werror' \\" +echo " $args \\" +echo " --enable-debug" echo |