Skip to content

Instantly share code, notes, and snippets.

@Nephos
Created August 26, 2017 09:40
Show Gist options
  • Save Nephos/e343167e62e99b608a34524a2fc23055 to your computer and use it in GitHub Desktop.
Save Nephos/e343167e62e99b608a34524a2fc23055 to your computer and use it in GitHub Desktop.
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