Created
August 26, 2017 09:40
-
-
Save Nephos/e343167e62e99b608a34524a2fc23055 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/compiler/crystal/codegen/codegen.cr b/src/compiler/crystal/codegen/codegen.cr | |
index 943eb0f99..94c847374 100644 | |
--- a/src/compiler/crystal/codegen/codegen.cr | |
+++ b/src/compiler/crystal/codegen/codegen.cr | |
@@ -335,7 +335,7 @@ module Crystal | |
# Always run verifications so we can catch bugs earlier and more often. | |
# We can probably remove this, or only enable this when compiling in | |
# release mode, once we reach 1.0. | |
- mod.verify | |
+ # mod.verify | |
end | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment