4paradigm / 4paradigm/OpenMLDB

reduce library (*.so) size

未关闭
#239 2 条评论 0 个 reaction 已指派 1 人 已被 @aceforeverd 认领 在 GitHub 查看
主要语言
C++
星标
1.7k
派生
331
平均合并
12 天 12 小时
30 天内合并 PR
1

描述

debug section may not useful in release. use `strip --strip-unneeded` to reduce library size, which can reduce package size for the hybridse java package.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

贡献指南

打开贡献指南

调研方向

Look for the build configuration or scripts that produce the shared libraries (*.so) in the project. The task is to add a strip command (strip --strip-unneeded) to the release build process to remove debug sections. Check the CI/CD or Makefile/CMakeLists.txt for where libraries are built and packaged. Verify the change by building a release package and comparing library sizes.

由索引模型根据 Issue 内容生成。

评估

技术栈
build-system, c, cpp, shell
领域
build-system, performance
Issue 类型
重构
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。