BlockchainCommons / BlockchainCommons/seedtool-cli
Can't build a static executable
Aperta
build
enhancement
- Lingua principale
- C++
- Stelle
- 38
- Fork
- 15
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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`.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.