[Bug driver/123194] Annoying to link libssp statically
ossman at cendio dot se
gcc-bugzilla@gcc.gnu.org
Thu Dec 18 12:24:23 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123194
--- Comment #2 from Pierre Ossman <ossman at cendio dot se> ---
Windows is the prime example, where I want to ship just a single .exe file.
Keeps things simple as there is no need for a user to be able to replace
libraries, and there is no sharing as there will not be multiple binaries from
a single build environment.
The sanitizers look like they have flags for this? The man page documents
-static-libasan, -static-libtsan, etc.
More information about the Gcc-bugs
mailing list