summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-11-07 22:53:48 -0800
committerdormando <dormando@rydia.net>2022-11-07 22:53:48 -0800
commit697de11c4e821f9e9edbccc521ec3f1215567799 (patch)
treef30d89d8cd1544018caa8a4f8a5ca909c7b05f4a /vendor
parent875371a75cbf1f92350de2d1fa0fae4a35ed572b (diff)
downloadmemcached-697de11c4e821f9e9edbccc521ec3f1215567799.tar.gz
proxy: add debug symbols to lua build
to help with troubleshooting when users end up with core dumps.
Diffstat (limited to 'vendor')
-rw-r--r--vendor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/Makefile b/vendor/Makefile
index bbcb15e..04360ea 100644
--- a/vendor/Makefile
+++ b/vendor/Makefile
@@ -1,5 +1,5 @@
all:
- cd lua && $(MAKE) all && cd ..
+ cd lua && $(MAKE) all CFLAGS="-g" && cd ..
cd mcmc && $(MAKE) all && cd ..
clean: