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#"
|
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,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user