Skip to content

Commit 8d865fa

Browse files
stinospfalcon
authored andcommitted
msvc: Do not define DEBUG for debug builds
It is not used anywhere and causes a warning about redefinition because it is used in modutimeq.c
1 parent 2f0ce2a commit 8d865fa

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

windows/msvc/debug.props

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<PropertyGroup Label="UserMacros" />
55
<PropertyGroup>
66
</PropertyGroup>
7-
<ItemDefinitionGroup>
8-
<ClCompile>
9-
<PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
10-
</ClCompile>
11-
</ItemDefinitionGroup>
7+
<ItemDefinitionGroup />
128
<ItemGroup />
13-
</Project>
9+
</Project>

0 commit comments

Comments
 (0)