Skip to content

Commit

Permalink
Remove release lto
Browse files Browse the repository at this point in the history
  • Loading branch information
Kneelawk committed Jul 27, 2020
1 parent 2f420ae commit bf0a148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_script:
)

before_deploy:
- cargo rustc --target %TARGET% --package %CRATE_NAME% --release --bin %CRATE_NAME% -- -C lto
- cargo rustc --target %TARGET% --package %CRATE_NAME% --release --bin %CRATE_NAME%
- ps: ci\before_deploy.ps1

deploy:
Expand Down
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main() {

test -f Cargo.lock || cargo generate-lockfile

cross rustc --package $CRATE_NAME --bin $CRATE_NAME --target $TARGET --release -- -C lto
cross rustc --package $CRATE_NAME --bin $CRATE_NAME --target $TARGET --release

cp target/$TARGET/release/$CRATE_NAME $stage/

Expand Down

0 comments on commit bf0a148

Please sign in to comment.