Skip to content

Commit

Permalink
configure: restore -Og default on non-developer builds.
Browse files Browse the repository at this point in the history
Reverts change in 1ef7750.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and niftynei committed Feb 28, 2022
1 parent dd495b2 commit 05bd62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ usage_with_default()
default_coptflags()
{
if [ "$1" = 0 ]; then
echo ""
echo "-Og"
fi
}

Expand Down

0 comments on commit 05bd62f

Please sign in to comment.