Skip to content

Commit

Permalink
No strip, which will casue wired things
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Sep 5, 2023
1 parent 1ceb146 commit 92024bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chdb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ rm -f ${CHDB_DIR}/*.so
mv ${LIBCHDB} ${CHDB_DIR}/${CHDB_PY_MODULE}

# strip the binary (no debug info at all)
strip ${CHDB_DIR}/${CHDB_PY_MODULE} || true
# strip ${CHDB_DIR}/${CHDB_PY_MODULE} || true

# echo -e "\nAfter strip:"
# echo -e "\nLIBCHDB: ${LIBCHDB}"
Expand Down

0 comments on commit 92024bd

Please sign in to comment.