Skip to content

Commit

Permalink
Don't strip
Browse files Browse the repository at this point in the history
  • Loading branch information
dangarbri committed Sep 2, 2024
1 parent fa62f0e commit fd17c9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v4
- name: make
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 fd17c9b

Please sign in to comment.