diff options
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in index 767ce3ac..fe555892 100644 --- a/config/global.in +++ b/config/global.in @@ -2,6 +2,20 @@ menu "Paths and misc options" +config EXPERIMENTAL + bool + prompt "Try features marked as EXPERIMENTAL" + default n + help + If you set this to Y, then you will be able to try very experimental + features. + + Experimental features can be one of: + - working, in which case you should tell me it is! + - buggy, in which case you could try patching and send me the result + - unfinished, in which case you could try hacking it and send me the result + - non-existant, in which case you could also try hacking it in and send the result + config PARALLEL_JOBS int prompt "Number of parallel jobs" |