4paradigm / 4paradigm/OpenMLDB
reduce library (*.so) size
- Langage dominant
- C++
- Étoiles
- 1.7k
- Forks
- 331
- Merge moyen
- 12 j 12 h
- PR mergées (30 j)
- 1
Description
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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- build-system, c, cpp, shell
- Domaine
- build-system, performance
- Type d'issue
- Refactorisation
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100