Skip to content

Commit

Permalink
nimble: print comment section before stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Apr 10, 2022
1 parent 59ff535 commit c0583f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configlet.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ before build:
when defined(linux):
after build:
if existsEnv("GITHUB_ACTIONS") and findExe("zigcc").len > 0:
exec "readelf -p .comment ./configlet"
echo "stripping binary..."
exec "strip -s -R .comment ./configlet"

0 comments on commit c0583f1

Please sign in to comment.