Skip to content

Commit 233411c

Browse files
authored
Remove explicit disabling of stack trace in Release build (#237)
This increases our size by ~1mb per arch, but we can't get meaningful info on release builds/bug reports traces, which we are printing, without it.
1 parent 4984c9e commit 233411c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/winapp-CLI/WinApp.Cli/WinApp.Cli.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
4040
<UseSystemResourceKeys>true</UseSystemResourceKeys>
41-
<StackTraceSupport>false</StackTraceSupport>
4241
</PropertyGroup>
4342

4443
<ItemGroup>

0 commit comments

Comments
 (0)