summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index b8d99d7aca..b8cabe79d0 100755
--- a/tools/configure
+++ b/tools/configure
@@ -202,7 +202,8 @@ simcc () {
202 202
203 app_type=$1 203 app_type=$1
204 winbuild="" 204 winbuild=""
205 GCCOPTS='-W -Wall -g -fno-builtin' 205 GCCOPTS=`echo $CCOPTS | sed -e s/-ffreestanding// -e s/-nostdlib// -e s/-Wundef// -e s/-O//`
206 GCCOPTS="$GCCOPTS -fno-builtin -g"
206 GCCOPTIMIZE='' 207 GCCOPTIMIZE=''
207 LDOPTS='-lm' # button-sdl.c uses sqrt() 208 LDOPTS='-lm' # button-sdl.c uses sqrt()
208 209