diff options
author | Kay Sievers <kay@vrfy.org> | 2013-10-21 19:52:45 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-10-21 19:52:45 +0200 |
commit | 3a82ac4cfdbcade1f5d2bdbe5f96209bd3d14bef (patch) | |
tree | 20f8fb770193cacadc0ea0954c20400b8efad054 | |
parent | 7759ecb21e2057eacf2dbd111d2f13ea10bff844 (diff) |
build-sys: sync printed defaults with "c" option
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index d0873422a9..f80676b7c1 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 |