From db2f5736df7bfcd33d8f0fe5bddbc068beda59df Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Tue, 18 Jun 2013 23:18:52 -0400 Subject: [PATCH] Add 'fcomp' target to Makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index a65d0a4..70022d0 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,12 @@ test tests: build dist/build/dyna-selftests/dyna-selftests # cabal test +# Compilation takes a while; for faster iteration while developing, +# turn off optimization. +fcomp: + cabal configure --user --enable-tests -O0 + cabal build + .PHONY: clean veryclean clean: rm -rf examples/*.dyna.*.plan \ -- 2.50.1