summarylogtreecommitdiffstats
path: root/lua40_strip.patch
blob: b87540912756dc6b28e8b32788f23982f9d495fb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
 	strip bin/lua bin/luac
 
 # official installation
-install: all strip
+install: all
 	mkdir -p $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN)
 	$(INSTALL_EXEC) bin/* $(INSTALL_BIN)
 	$(INSTALL_DATA) include/*.h $(INSTALL_INC)