Skip to content

Commit

Permalink
build: strip vis-single by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eworm-de committed Jun 1, 2017
1 parent c2568c1 commit 0f32a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ vis-single-payload.inc: $(EXECUTABLES) lua/*

vis-single: vis-single.c vis-single-payload.inc
${CC} ${CFLAGS} ${CFLAGS_AUTO} ${CFLAGS_STD} ${CFLAGS_EXTRA} $< ${LDFLAGS} ${LDFLAGS_STD} ${LDFLAGS_AUTO} -larchive -lacl -lbz2 -llzma -o $@
${STRIP} $@

docker: clean
docker rm -f vis || true
Expand Down

0 comments on commit 0f32a18

Please sign in to comment.