-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -108,12 +108,16 @@ config OPTIMIZATIONS default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 config EXPERIMENTAL bool "Prompt for development and/or incomplete items" default y +config USE_CCACHE + bool "Use ccache, if available?" + default y + endmenu menu "Configuration" config OPIE_NO_OVERRIDE_QT boolean "Build Opie against an unpatched version of Qt" default n |