summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-10-21 19:52:45 +0200
committerKay Sievers <kay@vrfy.org>2013-10-21 19:52:45 +0200
commit3a82ac4cfdbcade1f5d2bdbe5f96209bd3d14bef (patch)
tree20f8fb770193cacadc0ea0954c20400b8efad054 /autogen.sh
parent7759ecb21e2057eacf2dbd111d2f13ea10bff844 (diff)
build-sys: sync printed defaults with "c" option
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d0873422a..f80676b7c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -62,6 +62,6 @@ else
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
- echo "./configure CFLAGS='-g -O0' $args"
+ echo "./configure CFLAGS='-g -Og' $args"
echo
fi