From 71d477ebbac0e3ed64e857a2b67db9a23acb1e1a Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Wed, 7 Apr 2021 04:14:07 +0100 Subject: [PATCH] Packaging/OpenDingux/build.sh: strip the binary devilutionx binary goes from 4.1 MiB -> 3.4 MiB --- Packaging/OpenDingux/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Packaging/OpenDingux/build.sh b/Packaging/OpenDingux/build.sh index 84702e459..033502622 100755 --- a/Packaging/OpenDingux/build.sh +++ b/Packaging/OpenDingux/build.sh @@ -72,6 +72,7 @@ build() { cmake .. -DBINARY_RELEASE=ON "-DTARGET_PLATFORM=$TARGET" \ -DCMAKE_TOOLCHAIN_FILE="$BUILDROOT/output/host/usr/share/buildroot/toolchainfile.cmake" make -j $(getconf _NPROCESSORS_ONLN) + "${TOOLCHAIN}/bin/"*-linux-strip devilutionx cd - }