X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=examples%2FMakefile;h=f880d818790e16e282dce8d89298cab1d41758d2;hb=6ba2c98f5e7f9c00651d6050a98d1d7aab758958;hp=c4fafba7d17df1b7bdcc9c08ac3198c706bb8fcb;hpb=d9117c50c1e7d287651720b5cda988c8821b8d62;p=coq-hetmet.git diff --git a/examples/Makefile b/examples/Makefile index c4fafba..f880d81 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,4 +1,4 @@ -ghc_opt := -fwarn-incomplete-patterns -Werror -odir .build -hidir .build +ghc_opt := -fwarn-incomplete-patterns -Werror -odir .build -hidir .build open: make demo @@ -14,7 +14,7 @@ sanity += ImmutableHeap.hs sanity += IsomorphismForCodeTypes.hs sanity += LambdaCalculusInterpreter.hs sanity += TypeSafeRun.hs -sanity += Unflattening.hs +#sanity += Unflattening.hs sanity_opts = -dcore-lint -fforce-recomp -fcoqpass -ddump-coqpass -ddump-to-file sanity_opts += -fsimpleopt-before-flatten