Skip to content

Commit 92024bd

Browse files
committed
No strip, which will casue wired things
1 parent 1ceb146 commit 92024bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chdb/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ rm -f ${CHDB_DIR}/*.so
132132
mv ${LIBCHDB} ${CHDB_DIR}/${CHDB_PY_MODULE}
133133

134134
# strip the binary (no debug info at all)
135-
strip ${CHDB_DIR}/${CHDB_PY_MODULE} || true
135+
# strip ${CHDB_DIR}/${CHDB_PY_MODULE} || true
136136

137137
# echo -e "\nAfter strip:"
138138
# echo -e "\nLIBCHDB: ${LIBCHDB}"

0 commit comments

Comments
 (0)