diff --git a/Makefile b/Makefile index b9ea812..72bc8cf 100644 --- a/Makefile +++ b/Makefile @@ -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: