mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
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
This commit is contained in:
@@ -4,10 +4,6 @@
|
|||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup />
|
||||||
<ClCompile>
|
|
||||||
<PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user