From 9299bb400d1c141a5115bce0ee87c08ac793531e Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Thu, 13 Oct 2022 09:17:37 +1300 Subject: [PATCH] Improve size --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1f0b55e..b172d17 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ plugins: make -C plugins/amauth cd plugins/8.18-song-limit && cargo build --release --target x86_64-pc-windows-gnu -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort cp plugins/8.18-song-limit/target/x86_64-pc-windows-gnu/release/song_limit_8_18.dll ${TARGET} + strip ${TARGET}/*.dll .PHONY: dist-no-7z dist-no-7z: options ${OUT} plugins