mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
fix: disable checking of invariants
This commit is contained in:
parent
c1a662e2c8
commit
0e467e058c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue