diff options
Diffstat (limited to 'libc/cbb-musl-pe.h')
-rw-r--r-- | libc/cbb-musl-pe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/cbb-musl-pe.h b/libc/cbb-musl-pe.h index f84ccf17f..132366250 100644 --- a/libc/cbb-musl-pe.h +++ b/libc/cbb-musl-pe.h @@ -129,6 +129,7 @@ extern "C" { "%{shared:--entry __so_entry_point} " \ "%{shared:--enable-auto-image-base} " \ "--subsystem %{mconsole:console;:windows} " \ + "%{!shared:--tsaware} " \ LINK_DSO_SYM_SPEC #undef SUBTARGET_EXTRA_SPECS |