Skip to content

Commit

Permalink
Disable optimization flags until foreign exports are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Oct 25, 2011
1 parent 5c56bc0 commit 2fb333c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Makefile
@@ -1,4 +1,6 @@
FLAGS = -tjscript --dump-core-stages=1 --dump-grin-stages=1 -O1,2 --gen-trace=1 --import-path=../../../uhc-jscript/src
# FLAGS = -tjscript --dump-core-stages=1 --dump-grin-stages=1 -O1,2 --gen-trace=1 --import-path=../../../uhc-jscript/src
FLAGS = -tjscript --dump-core-stages=1 --dump-grin-stages=1 --gen-trace=1 --import-path=../../../uhc-jscript/src


ifndef PROJECT
PROJECT = $(patsubst %.hs, %, $(wildcard *.hs))
Expand Down

0 comments on commit 2fb333c

Please sign in to comment.