From 05bd62fee4e122cafbbfeb18d4da09bbdf8d6a26 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 22 Feb 2022 09:45:53 +1030 Subject: [PATCH] configure: restore -Og default on non-developer builds. Reverts change in 1ef77504b1b8c00fe41e82b205177463924dea6c. Signed-off-by: Rusty Russell --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 73a08f6b918e..57bca469c15d 100755 --- a/configure +++ b/configure @@ -35,7 +35,7 @@ usage_with_default() default_coptflags() { if [ "$1" = 0 ]; then - echo "" + echo "-Og" fi }