Fix #1247: Tweak enable_verifier doc comment so it's true

This commit is contained in:
Benjamin Bouvier
2019-12-03 11:38:44 +01:00
parent 3e5f039333
commit de7c0dddc6

View File

@@ -21,8 +21,8 @@ pub(crate) fn define() -> SettingGroup {
r#" r#"
Run the Cranelift IR verifier at strategic times during compilation. Run the Cranelift IR verifier at strategic times during compilation.
This makes compilation slower but catches many bugs. The verifier is This makes compilation slower but catches many bugs. The verifier is always enabled by
disabled by default, except when reading Cranelift IR from a text file. default, which is useful during development.
"#, "#,
true, true,
); );