Actually make the binaries runnable... and a fraction of the size.
This commit is contained in:
parent
4555352a18
commit
3e394b95e4
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue