summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKathy Gray2014-10-14 18:19:41 +0100
committerKathy Gray2014-10-14 18:19:41 +0100
commit5b99a9967f211eb6f5c78bfccd25fdf958ad7896 (patch)
treef1b8f01d4c0f581173cb6678d2d26f81694aa1e3 /src/Makefile
parent1bad912e1300e2d047db67e6f2252993d35a61b8 (diff)
Iron out bugs in running new executable with branching; add new executable as well.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 93cad76c..896c0bf5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -34,7 +34,7 @@ power: sail interpreter
cd _build/test ;\
../../sail.native -lem_ast power.sail ;\
$(LEM) -ocaml -only_changed_output -lib ../lem_interp/ power.lem;\
- ocamlfind ocamlopt -package num -package bitstring -package batteries -package uint -I $(LEMLIB) -I ../lem_interp/ -I ../elf_model/ -linkpkg $(LEMLIB)extract.cmxa ../pprint/src/PPrintLib.cmxa ../lem_interp/extract.cmxa elf_extract.cmxa power.ml run_power.ml -o run_power.native
+ env OCAMLRUNPARAM=l=10M ocamlfind ocamlopt -package num -package bitstring -package batteries -package uint -I $(LEMLIB) -I ../lem_interp/ -I ../elf_model/ -linkpkg $(LEMLIB)extract.cmxa ../pprint/src/PPrintLib.cmxa ../lem_interp/extract.cmxa elf_extract.cmxa power.ml run_power.ml -o run_power.native
ln -fs _build/test/run_power.native run_power.native
test_power: power