Skip to content

Commit 033f4de

Browse files
committed
try trim debug symbols
1 parent e027897 commit 033f4de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

EmmyLua.LanguageServer/EmmyLua.LanguageServer.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
<PropertyGroup Condition="'$(Configuration)'=='Release'">
1919
<!-- 发布配置:不生成PDB文件 -->
20-
<DebugType>none</DebugType>
21-
<DebugSymbols>false</DebugSymbols>
20+
<StripSymbols>true</StripSymbols>
2221
</PropertyGroup>
2322

2423
<ItemGroup>

0 commit comments

Comments
 (0)