Fix #1247: Tweak enable_verifier doc comment so it's true
This commit is contained in:
@@ -21,8 +21,8 @@ pub(crate) fn define() -> SettingGroup {
|
||||
r#"
|
||||
Run the Cranelift IR verifier at strategic times during compilation.
|
||||
|
||||
This makes compilation slower but catches many bugs. The verifier is
|
||||
disabled by default, except when reading Cranelift IR from a text file.
|
||||
This makes compilation slower but catches many bugs. The verifier is always enabled by
|
||||
default, which is useful during development.
|
||||
"#,
|
||||
true,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user