Skip to content

Commit f93a9d1

Browse files
committed
Enable VerifyAll
1 parent c0c02f9 commit f93a9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/SILOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class SILOptions {
132132
bool EnableStackProtection = false;
133133

134134
/// Controls whether or not paranoid verification checks are run.
135-
bool VerifyAll = false;
135+
bool VerifyAll = true;
136136

137137
/// If true, no SIL verification is done at all.
138138
bool VerifyNone = false;

0 commit comments

Comments
 (0)