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 a1d4278 commit b0cab40Copy full SHA for b0cab40
chdb/build.sh
@@ -315,8 +315,8 @@ if [ ${build_type} == "Debug" ]; then
315
echo -e "\nDebug build, skip strip"
316
else
317
echo -e "\nStrip the binary:"
318
- ${STRIP} --strip-debug --remove-section=.comment --remove-section=.note ${PYCHDB}
319
- ${STRIP} --strip-debug --remove-section=.comment --remove-section=.note ${LIBCHDB}
+ ${STRIP} --remove-section=.comment --remove-section=.note ${PYCHDB}
+ ${STRIP} --remove-section=.comment --remove-section=.note ${LIBCHDB}
320
fi
321
echo -e "\nStripe the binary:"
322
0 commit comments