summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10086ed..5263756 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ LD = g++ -m32
endif
CC = gcc
CXX = g++
-STRIP = strip
+STRIP = strip --strip-unneeded
HAS_ORACLE=$(shell [ -d /usr/local/instantclient ] && echo true || echo false ])
@@ -175,6 +175,7 @@ all: dep modules
dist: modules
mkdir -p ../lua-interface-dist
+ $(STRIP) $(MODULES_LIST)
cp $(MODULES_LIST) ../lua-interface-dist
modules: $(MODULES_LIST)