- --experimental is now available in the normal version, but for experts
only.
This commit is contained in:
parent
a4429d548f
commit
282c0d5094
@ -926,13 +926,14 @@ switcher (const int process, int index, int commandline)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
/* ==================
|
||||
* Experimental options
|
||||
*
|
||||
* Only with debugging version
|
||||
* Only for experts
|
||||
*/
|
||||
|
||||
if (switches.expert)
|
||||
{
|
||||
if (detect (' ', "experimental", 1))
|
||||
{
|
||||
if (!process)
|
||||
@ -945,7 +946,7 @@ switcher (const int process, int index, int commandline)
|
||||
return index;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/* ==================
|
||||
* Misc switches
|
||||
|
Loading…
Reference in New Issue
Block a user