config_query_option  KDE_DEBUG_OPTION  'Enable debug code?'  n  \
                     '--enable-debug'  '--disable-debug'        &&

message  "${MESSAGE_COLOR}Final code builds size optimized apps"             \
         "(experimental - needs lots of memory). Final code can send files"  \
         "up to 250Mb if used with distcc${DEFAULT_COLOR}"                   &&

#
# Final code makes objects up to 250Mb
#
config_query_option  KDE_FINAL_OPTION  'Enable final code?'  n  \
                     '--enable-final'  '--disable-final'        &&

config_query  KDE_DISTCC  "Enable distcc?"  y  &&

config_query_option  KDE_LDFLAGS  'Enable new LDFLAGS?'               n  \
                     '--enable-new-ldflags'  '--disable-new-ldflags'
