aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-09 23:21:27 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-09 23:21:27 +0100
commitfcf472c5bed2cc6147a0b3bba703110c8a52a25f (patch)
tree40d67319adc81a4ef5d61cb163d3a7fc3a99b15b
parentf2bcd0fb43a98f3a61ae584abfa239a7d08457a4 (diff)
downloadlibabc-fcf472c5bed2cc6147a0b3bba703110c8a52a25f.tar.gz
autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d507bce..bb46cc1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,5 +21,5 @@ echo "----------------------------------------------------------------"
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
-echo "# ./configure $args"
+echo "./configure CFLAGS='-g -O0' $args"
echo