Skip to content

Commit 4f22ff3

Browse files
committed
Revert PCbuild/pyproject.props
1 parent 018aae3 commit 4f22ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<PropertyGroup>
4444
<_DebugPreprocessorDefinition>NDEBUG;</_DebugPreprocessorDefinition>
45-
<_DebugPreprocessorDefinition Condition="$(Configuration) == 'Debug'">_DEBUG;Py_DEBUG;</_DebugPreprocessorDefinition>
45+
<_DebugPreprocessorDefinition Condition="$(Configuration) == 'Debug'">_DEBUG;</_DebugPreprocessorDefinition>
4646
<_PyStatsPreprocessorDefinition>PyStats;</_PyStatsPreprocessorDefinition>
4747
<_PyStatsPreprocessorDefinition Condition="$(PySTATS) != ''">Py_STATS;</_PyStatsPreprocessorDefinition>
4848
<_PlatformPreprocessorDefinition>_WIN32;</_PlatformPreprocessorDefinition>

0 commit comments

Comments
 (0)