File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ codegen-units = 1
1616lto = true
1717opt-level = 3
1818panic = " abort"
19- strip = true
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ To test and measure build size:
99| | Raw | Brotli |
1010| -------------| -------| --------|
1111| .NET 8 | 2,298 | 739 |
12- | .NET 9 LLVM | 1,749 | 520 |
12+ | .NET 9 LLVM | 1,737 | 518 |
Original file line number Diff line number Diff line change 77 <BootsharpEmbedBinaries >false</BootsharpEmbedBinaries >
88 <!-- Disabling non-essential .NET features reduces minimal build size by ~35%. -->
99 <BootsharpAggressiveTrimming >true</BootsharpAggressiveTrimming >
10+ <!-- Optimize the compiled WASM binary for size. -->
11+ <BootsharpOptimize >size</BootsharpOptimize >
1012 </PropertyGroup >
1113
1214 <ItemGroup >
You can’t perform that action at this time.
0 commit comments