Skip to content

Commit

Permalink
Remove compiler flags (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBatSilva authored Aug 8, 2020
1 parent f8d693a commit 7a39424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script:
- RUST_BACKTRACE=full cross test --target $TARGET

before_deploy:
- cross rustc --target $TARGET --release -- -C lto
- cross rustc --target $TARGET --release
- cp target/$TARGET/release/xpq target/$CRATE_NAME-$TRAVIS_TAG-$TARGET

deploy:
Expand Down

0 comments on commit 7a39424

Please sign in to comment.