BlockchainCommons / BlockchainCommons/seedtool-cli

Can't build a static executable

Open
#46 3 comments 0 reactions 2 assignees Claimed by @wolfmcnally View on GitHub
build enhancement
Dominant language
C++
Stars
38
Forks
15
PR merge metrics
No merged PRs in 30d

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`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.