Module Parameters.KeepSwitch


module KeepSwitch: Plugin.BOOL 
Allows to keep switch statements, even if -simplify-cfg is used.

include Plugin.Parameter
val on : unit -> unit
Set the boolean to true.
val off : unit -> unit
Set the boolean to false.