summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 2016dd4dfb..7e9a6e4222 100755
--- a/tools/configure
+++ b/tools/configure
@@ -262,8 +262,8 @@ simcc () {
262 winbuild="" 262 winbuild=""
263 GCCOPTS=`echo $CCOPTS | sed -e s/\ -ffreestanding// -e s/\ -nostdlib// -e s/\ -Wundef//` 263 GCCOPTS=`echo $CCOPTS | sed -e s/\ -ffreestanding// -e s/\ -nostdlib// -e s/\ -Wundef//`
264 264
265 if [ "$debug" ]; then 265 if [ "yes" = "$use_debug" ]; then
266 GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os//` 266 GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/-Og/`
267 fi 267 fi
268 268
269 GCCOPTS="$GCCOPTS -fno-builtin -g" 269 GCCOPTS="$GCCOPTS -fno-builtin -g"