Actually make the binaries runnable... and a fraction of the size.

This commit is contained in:
David Given 2022-07-19 21:44:34 +02:00
parent 4555352a18
commit 3e394b95e4

View file

@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: build - name: build
run: | run: |
make LDFLAGS=-s CFLAGS=-Os make LDFLAGS="-s -static" CFLAGS=-Os
- name: package - name: package
run: | run: |
make ack-setup.exe make ack-setup.exe