Add x86_64-binary-debug target

This commit is contained in:
Tony Garnock-Jones 2022-01-09 21:00:20 +01:00
parent 76d4ffd8a2
commit 55c3636ef2
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ x86_64-binary: x86_64-binary-release
x86_64-binary-release:
cross build --target x86_64-unknown-linux-musl --release --all-targets --features vendored-openssl
x86_64-binary-debug:
cross build --target x86_64-unknown-linux-musl --all-targets --features vendored-openssl
armv7-binary: armv7-binary-release
armv7-binary-release: