summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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 1f1035b6..2a07baad 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,7 +8,7 @@ test: all
test_power:
#../../../rsem/idl/power/binary/run.sh
- ocamlbuild -classic-display main.native test/run_power.native
+ SAIL_OPTS=-skip_constraints ocamlbuild -classic-display main.native test/run_power.native
./run_power.native --file ../../../rsem/idl/power/binary/main.bin
clean: