This option controls whether boolean expressions should be simplified by removing unnecessary comparisons to true or false.
return condition;
if (condition == true) return true; return false;