Skip to content

Commit

Permalink
strip shared objects in common directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Apr 24, 2014
1 parent c432e98 commit acbcbe7
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 @@ -9,6 +9,7 @@ ifndef EMULATE_READER
$(OUTPUT_DIR)/sdcv \
$(LUAJIT) \
$(OUTPUT_DIR)/libs/*.so*
find $(OUTPUT_DIR)/common -name "*.so*" | xargs $(STRIP) --strip-unneeded
endif
# set up some needed paths and links
test -e $(OUTPUT_DIR)/data || \
Expand Down

0 comments on commit acbcbe7

Please sign in to comment.