From 3e394b95e4e9db370441ae35840696eb8c74b814 Mon Sep 17 00:00:00 2001 From: David Given Date: Tue, 19 Jul 2022 21:44:34 +0200 Subject: [PATCH] Actually make the binaries runnable... and a fraction of the size. --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 4228fe23a..a3e2ff387 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - name: build run: | - make LDFLAGS=-s CFLAGS=-Os + make LDFLAGS="-s -static" CFLAGS=-Os - name: package run: | make ack-setup.exe