Skip to content

Commit 8c74ae4

Browse files
authored
Merge pull request #945 from unoplatform/dev/jela/linker-doc
docs: Update linker doc
2 parents 96e18bb + 0862789 commit 8c74ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/linker-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It is also possible to provide the linker file as an embedded resource, which is
4040
</ItemGroup>
4141
```
4242

43-
The Linker can be disabled completely by setting the `WasmShellILLinkerEnabled` or `PublishTrimmed` property to false. This property has no effect when building with AOT enabled.
43+
The Linker can be disabled completely by setting the `WasmShellILLinkerEnabled` or `PublishTrimmed` property to false. This property has no effect when building with AOT enabled, or when using `dotnet publish`.
4444

4545
The .NET SDK configuration [options are also supported](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained).
4646

0 commit comments

Comments
 (0)