diff options
| author | Kathy Gray | 2016-11-23 17:58:30 +0000 |
|---|---|---|
| committer | Kathy Gray | 2016-11-23 17:58:38 +0000 |
| commit | 8ebc761142699dfea3835a3fcc05e548d700eeea (patch) | |
| tree | 2cc9b254f873db44db0c26f1c87adfc9a9f611cf /src/Makefile | |
| parent | 19146322d3aadfa7675f41363ff5300d3cdd3665 (diff) | |
Make type checker not run to fix point on resolving case-split type variables; modern implementation of nexp unification seems not to need it
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 740ebd90..4f16f2b9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,6 +9,9 @@ sail: sail.native: sail +sail.byte: + ocamlbuild -cflag -g sail.byte + interpreter: ocamlbuild lem_interp/extract.cmxa ocamlbuild lem_interp/extract.cma |
