From 3a82ac4cfdbcade1f5d2bdbe5f96209bd3d14bef Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 21 Oct 2013 19:52:45 +0200 Subject: [PATCH 1/1] build-sys: sync printed defaults with "c" option --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2