10000 disable legacy "Full" DebugType · losttech/pythonnet@b0b7b65 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0b7b65

Browse files
committed
disable legacy "Full" DebugType
1 parent 4dbfaaf commit b0b7b65

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/runtime/Python.Runtime.15.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@
3737

3838
<PythonMultiRuntimeDefineConstants>$(PYTHONNET_MULTIRUNTIME_DEFINE_CONSTANTS)</PythonMultiRuntimeDefineConstants>
3939
</PropertyGroup>
40-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
41-
<Optimize>false</Optimize>
42-
<DebugType>full</DebugType>
43-
</PropertyGroup>
44-
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
45-
<Optimize>true</Optimize>
46-
<DebugType>portable</DebugType>
47-
</PropertyGroup>
4840

4941
<PropertyGroup Condition=" '$(Configuration)' == 'Debug'">
5042
<DefineConstants Condition="'$(CustomDefineConstants)' == ''">$(DefineConstants);$(PythonMultiRuntimeDefineConstants);TRACE;DEBUG</DefineConstants>

0 commit comments

Comments
 (0)
0