configure: restore -Og default on non-developer builds.

Reverts change in 1ef77504b1.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-02-22 09:45:53 +10:30
committed by neil saitug
parent dd495b2b21
commit 05bd62fee4

2
configure vendored
View File

@@ -35,7 +35,7 @@ usage_with_default()
default_coptflags() default_coptflags()
{ {
if [ "$1" = 0 ]; then if [ "$1" = 0 ]; then
echo "" echo "-Og"
fi fi
} }