Skip to content

Commit 08a3686

Browse files
committed
fix(?) appveyor deploy command
1 parent 153dc8c commit 08a3686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test_script:
5252

5353
before_deploy:
5454
# TODO Update this to build the artifacts that matter to you
55-
- cargo build --target %TARGET% --release -- -C lto
55+
- cargo build --target %TARGET% --release
5656
- ps: ci\before_deploy.ps1
5757

5858
deploy:

0 commit comments

Comments
 (0)