Skip to content

Instantly share code, notes, and snippets.

@andrewray
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewray/337192d0aa0aefe64ef8 to your computer and use it in GitHub Desktop.
Save andrewray/337192d0aa0aefe64ef8 to your computer and use it in GitHub Desktop.
enable easy by default
diff --git a/utils/clflags.ml b/utils/clflags.ml
index 0f557a7..6cb1a76 100644
--- a/utils/clflags.ml
+++ b/utils/clflags.ml
@@ -110,4 +110,4 @@ let runtime_variant = ref "";; (* -runtime-variant *)
let keep_locs = ref false (* -keep-locs *)
let unsafe_string = ref true;; (* -safe-string / -unsafe-string *)
-let easy = ref false (* -easytype *)
+let easy = ref true (* -easytype *)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment