Skip to content

Commit

Permalink
Update build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dangarbri committed Sep 2, 2024
1 parent ee306a5 commit fa62f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: make
run: make -j $(nproc)
run: make CFLAGS="-O2 -DNDEBUG" -j $(nproc)
- name: strip symbols
run: strip --only-keep-debug save_edna
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit fa62f0e

Please sign in to comment.