diff options
| author | Kathy Gray | 2014-08-20 18:19:22 +0100 |
|---|---|---|
| committer | Kathy Gray | 2014-08-20 18:19:22 +0100 |
| commit | 82452259dbc2d9b3181daf7b894732bda9f427dd (patch) | |
| tree | 1007c58c373b3a0a083242b0fe79a2e2940837c9 /src/myocamlbuild.ml | |
| parent | 55f2eb287677edc9b36483589cd98b120a92d92b (diff) | |
Add ability to track register dependencies in interactive stepper; thus testing register tracking/tainting
Diffstat (limited to 'src/myocamlbuild.ml')
| -rw-r--r-- | src/myocamlbuild.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/myocamlbuild.ml b/src/myocamlbuild.ml index 015aaf0c..3d140828 100644 --- a/src/myocamlbuild.ml +++ b/src/myocamlbuild.ml @@ -36,6 +36,7 @@ let lem_opts = [A "-lib"; P "../lem_interp"; A "-wl_pat_exh"; P "ign"; A "-wl_pat_fail"; P "ign"; A "-wl_unused_vars"; P "ign"; +(* A "-suppress_renaming";*) ] ;; dispatch begin function |
