From 55c3636ef20c7f65f410cd262e662c00fc92d384 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 9 Jan 2022 21:00:20 +0100 Subject: [PATCH] Add x86_64-binary-debug target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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: