Skip to content

Commit f296286

Browse files
committed
Tweak the release script again.
1 parent e70f99d commit f296286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: build
3838
run: |
39-
make LDFLAGS="-s -static" CFLAGS=-Os
39+
make LDFLAGS="-s -static"
4040
4141
- name: package
4242
run: |
@@ -74,4 +74,4 @@ jobs:
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676

77-
77+

0 commit comments

Comments
 (0)