build-sys: sync printed defaults with "c" option

This commit is contained in:
Kay Sievers 2013-10-21 19:52:45 +02:00
parent 7759ecb21e
commit 3a82ac4cfd

View file

@ -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