fix: disable checking of invariants

This commit is contained in:
Simon Cruanes 2018-08-18 19:56:12 -05:00
parent c1a662e2c8
commit 0e467e058c

View file

@ -39,4 +39,4 @@ module Int_map = CCMap.Make(CCInt)
module Int_tbl = CCHashtbl.Make(CCInt)
(* NOTE: if true, can have a big impact on performance *)
let _CHECK_INVARIANTS = true
let _CHECK_INVARIANTS = false