-
-
Notifications
You must be signed in to change notification settings - Fork 15
Can't build a static executable #46
Copy link
Copy link
Open
Labels
buildIssues with the buildIssues with the buildenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
buildIssues with the buildIssues with the buildenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
2023 Q4 Priority
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.adoesn't exist, onlylibgcc_s.so.