Skip to content

Commit

Permalink
Strip holy-build-box binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Mar 29, 2019
1 parent 13636c1 commit d104cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/holy-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ make ${BUILD_TYPE}
make -j${NPROCS}
ldd build/luvi
libcheck build/luvi
# holy-build-box adds -g to CFLAGS, so we need to strip
strip --strip-all build/luvi
cp build/luvi /io

0 comments on commit d104cb7

Please sign in to comment.