summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 77884ef02c..f2626492fb 100755
--- a/tools/configure
+++ b/tools/configure
@@ -9,7 +9,7 @@
9# 9#
10 10
11# global CC options for all platforms 11# global CC options for all platforms
12CCOPTS="-W -Wall -O -nostdlib -ffreestanding -Wstrict-prototypes" 12CCOPTS="-W -Wall -Wundef -O -nostdlib -ffreestanding -Wstrict-prototypes"
13 13
14use_logf="#undef ROCKBOX_HAS_LOGF" 14use_logf="#undef ROCKBOX_HAS_LOGF"
15use_simsound="#undef ROCKBOX_HAS_SIMSOUND" 15use_simsound="#undef ROCKBOX_HAS_SIMSOUND"