4paradigm / 4paradigm/OpenMLDB
reduce library (*.so) size
- Linguagem predominante
- C++
- Estrelas
- 1.7k
- Forks
- 331
- Merge médio
- 12d 12h
- PRs com merge (30d)
- 1
Descrição
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.
Guia de contribuição
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- build-system, c, cpp, shell
- Domínio
- build-system, performance
- Tipo de issue
- Refatoração
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100