From 2ef10ec734f6e4bedc758bbe654e659c4afe00a9 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 19 Jun 2024 09:19:46 -0400 Subject: Fix typo in the previous commit Change-Id: I9e8de11ba86e147abc9bb5b3dfcc550655fe360d --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 7e9a6e4222..2579a38933 100755 --- a/tools/configure +++ b/tools/configure @@ -263,7 +263,7 @@ simcc () { GCCOPTS=`echo $CCOPTS | sed -e s/\ -ffreestanding// -e s/\ -nostdlib// -e s/\ -Wundef//` if [ "yes" = "$use_debug" ]; then - GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/-Og/` + GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/\ -Og/` fi GCCOPTS="$GCCOPTS -fno-builtin -g" -- cgit v1.2.3