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.
