Skip to content

Commit 0149ea4

Browse files
committed
Add component-model-thread-context flag
1 parent ca3ec86 commit 0149ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ const LLD_FLAGS: &[LldFlag] = &[
149149
flag! { --call_shared }.nonstandard(),
150150
flag! { --check-features },
151151
flag! { --color-diagnostics[=VALUE] }.nonstandard(),
152+
flag! { --component-model-thread-context },
152153
flag! { --compress-relocations }.nonstandard(),
153154
flag! { --demangle }.nonstandard(),
154155
flag! { --dn }.nonstandard(),

0 commit comments

Comments
 (0)