Skip to content

Commit

Permalink
Don't need -O for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Mar 24, 2014
1 parent 41d9dce commit 580f8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test: test-build
RUST_TEST_TASKS=1 RUST_LOG=quickcheck,csv ./test

test-build: src/lib.rs
rustc -O --test src/lib.rs -o test
rustc --test src/lib.rs -o test

test-clean:
rm -rf ./test
Expand Down

0 comments on commit 580f8ac

Please sign in to comment.