We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ceb146 commit 92024bdCopy full SHA for 92024bd
chdb/build.sh
@@ -132,7 +132,7 @@ rm -f ${CHDB_DIR}/*.so
132
mv ${LIBCHDB} ${CHDB_DIR}/${CHDB_PY_MODULE}
133
134
# strip the binary (no debug info at all)
135
-strip ${CHDB_DIR}/${CHDB_PY_MODULE} || true
+# strip ${CHDB_DIR}/${CHDB_PY_MODULE} || true
136
137
# echo -e "\nAfter strip:"
138
# echo -e "\nLIBCHDB: ${LIBCHDB}"
0 commit comments