BlockchainCommons / BlockchainCommons/seedtool-cli
Can't build a static executable
Ouverte
build
enhancement
- Langage dominant
- C++
- Étoiles
- 38
- Forks
- 15
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Static executables are great for easy deployment in air gapped machines, like a laptop running Tails, so I think they should be supported, if not the default.
I tried to build using something like `CFLAGS="-static" CXXFLAGS="-static" LDFLAGS="-static" ./build.sh`, but it fails because `libgcc_s.a` doesn't exist, only `libgcc_s.so`.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.