summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-12 03:02:36 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-12 03:02:36 +0200
commit88776fa2c426a7172815806790ef73f421005aa0 (patch)
tree171e5e09d3a6ca6032774849d6648be714328168
parente96567a37f818efcb07c374fa7d9a11ed7402d19 (diff)
Minor changes
-rw-r--r--Makefile1
-rw-r--r--bin/Makefile7
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 49ab75e..61a63f9 100644
--- a/Makefile
+++ b/Makefile
@@ -198,7 +198,6 @@ LIBS_PKG_A += `pkg-config --libs --static libalx-base`
LIBS_PKG_A += `pkg-config --libs --static libalx-ncurses`
LIBS_PKG_A += `pkg-config --libs --static libalx-zbar`
-LIBS_PKG_SO =
LIBS_PKG_SO += `pkg-config --libs libalx-ocr`
LIBS_PKG_SO += `pkg-config --libs libalx-cv`
LIBS_PKG_SO += `pkg-config --libs opencv4`
diff --git a/bin/Makefile b/bin/Makefile
index fbe2ac3..7b03be0 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -32,13 +32,14 @@ $(BIN_NAME): $(OBJS) $(DEPS_LIBS)
@echo " STRIP $@"
$(Q)strip --strip-all \
-R .comment \
- -R .note.gnu.build-id \
- -R .note.ABI-tag \
+ -R .note* \
$(BIN_NAME)
-size: $(BIN_NAME)
+size: $(BIN_NAME) | $(BIN_NAME)
@echo " SZ $(BIN_NAME)"
$(Q)$(SZ) $(BIN_NAME)
+ @echo " WC -c $(BIN_NAME)"
+ $(Q)wc -c $(BIN_NAME)
clean: