chiark / gitweb /
build-sys: sync printed defaults with "c" option
authorKay Sievers <kay@vrfy.org>
Mon, 21 Oct 2013 17:52:45 +0000 (19:52 +0200)
committerKay Sievers <kay@vrfy.org>
Mon, 21 Oct 2013 17:52:45 +0000 (19:52 +0200)
autogen.sh

index d0873422a995bd82adf2a115315740664916577d..f80676b7c160621ea258494102e739d2ba50df94 100755 (executable)
@@ -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