We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdfb0a commit 3329b84Copy full SHA for 3329b84
src/sdk/build/Zig.Sdk.Symbols.targets
@@ -5,13 +5,9 @@
5
separate PDB file is produced.
6
-->
7
8
- <PropertyGroup Condition="'$(DebugSymbols)' == ''">
9
- <DebugSymbols>false</DebugSymbols>
10
- <DebugSymbols Condition="'$(Configuration)' == 'Debug'">true</DebugSymbols>
11
- </PropertyGroup>
12
-
13
- <PropertyGroup Condition="'$(DebugSymbols)' == 'true'">
+ <PropertyGroup>
14
<DebugType>embedded</DebugType>
15
<DebugType Condition="'$(TargetSystem)' == 'windows'">full</DebugType>
+ <DebugType Condition="'$(DebugSymbols)' == 'false'">none</DebugType>
16
</PropertyGroup>
17
</Project>
0 commit comments