File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
<UseMonoRuntime >true</UseMonoRuntime >
16
16
<UseMonoJustInterp Condition =" '$(RunAOTCompilation)' == 'true' and '$(MonoForceInterpreter)' == 'true'" >true</UseMonoJustInterp >
17
17
18
- <!-- <ShouldILStrip Condition="'$(RunAOTCompilation)' == 'true' and '$(MonoForceInterpreter)' != 'true'">true</ShouldILStrip>-->
18
+ <StripDebugSymbols Condition =" '$(StripDebugSymbols)' == ''" >false</StripDebugSymbols >
19
+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/87740 -->
20
+ <!-- <ShouldILStrip Condition="'$(RunAOTCompilation)' == 'true' and '$(MonoForceInterpreter)' != 'true'">true</ShouldILStrip> -->
19
21
20
22
<_IsLibraryMode Condition =" '$(NativeLib)' != ''" >true</_IsLibraryMode >
21
23
Original file line number Diff line number Diff line change 261
261
ProjectName =" $(AppName)"
262
262
RuntimeComponents =" $(RuntimeComponents)"
263
263
TargetOS =" $(TargetOS)"
264
+ StripSymbolTable =" $(StripDebugSymbols)"
264
265
ExcludeFromAppDir =" @(_ExcludeFromAppDir)"
265
266
UseConsoleUITemplate =" $(UseConsoleUITemplate)" >
266
267
<Output TaskParameter =" AppBundlePath" PropertyName =" AppBundlePath" />
Original file line number Diff line number Diff line change 13
13
<PublishTrimmed >true</PublishTrimmed >
14
14
<TrimMode >Link</TrimMode >
15
15
<Optimized Condition =" '$(Configuration)' == 'Release'" >true</Optimized >
16
+ <ShouldILStrip Condition =" '$(RunAOTCompilation)' == 'true' and '$(MonoForceInterpreter)' != 'true'" >true</ShouldILStrip >
16
17
17
18
<EnableDefaultAssembliesToBundle >true</EnableDefaultAssembliesToBundle >
18
19
<AppleGenerateAppBundle >true</AppleGenerateAppBundle >
You can’t perform that action at this time.
0 commit comments