Skip to content

Commit eca5fd7

Browse files
committed
Add debugging to Windows build.
1 parent eba43f7 commit eca5fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- name: build
5252
run: |
53-
make LDFLAGS="-s -static" CFLAGS="-g -Os"
53+
make V=1 LDFLAGS="-s -static"
5454
- name: package
5555
run: |
5656
make ack-setup.exe

0 commit comments

Comments
 (0)