Skip to content

Commit

Permalink
Try and make build on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Nov 2, 2024
1 parent 9226425 commit 9219e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
- name: build
run: |
make LDFLAGS="-s -static" CFLAGS=-Os -j $(nprocs)
make LDFLAGS="-s -static" CFLAGS="-Os -DNORETURN= -DUNREACHABLE_CODE=" -j $(nprocs)
- name: package
run: |
make ack-setup.exe
Expand Down

0 comments on commit 9219e34

Please sign in to comment.