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.
PCbuild/pyproject.props
1 parent 018aae3 commit 4f22ff3Copy full SHA for 4f22ff3
1 file changed
PCbuild/pyproject.props
@@ -42,7 +42,7 @@
42
43
<PropertyGroup>
44
<_DebugPreprocessorDefinition>NDEBUG;</_DebugPreprocessorDefinition>
45
- <_DebugPreprocessorDefinition Condition="$(Configuration) == 'Debug'">_DEBUG;Py_DEBUG;</_DebugPreprocessorDefinition>
+ <_DebugPreprocessorDefinition Condition="$(Configuration) == 'Debug'">_DEBUG;</_DebugPreprocessorDefinition>
46
<_PyStatsPreprocessorDefinition>PyStats;</_PyStatsPreprocessorDefinition>
47
<_PyStatsPreprocessorDefinition Condition="$(PySTATS) != ''">Py_STATS;</_PyStatsPreprocessorDefinition>
48
<_PlatformPreprocessorDefinition>_WIN32;</_PlatformPreprocessorDefinition>
0 commit comments