You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 becauselibgcc_s.a
doesn't exist, onlylibgcc_s.so
.The text was updated successfully, but these errors were encountered: