Skip to content

Commit 95c08f2

Browse files
committed
Build in release mode for testing packaged test
1 parent 3a07453 commit 95c08f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/package/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ COMPFLAGS = --print-ast --print-qasm
44
AS = $(COMP)
55

66
main: toss.ql math.ql std.ql
7+
cargo build --release
78
$(COMP) $(COMPFLAGS) toss.ql
89

910
.DEFAULT_GOAL:=all

0 commit comments

Comments
 (0)