File tree 6 files changed +10
-6
lines changed
6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ project.ext {
158
158
}
159
159
160
160
// Whether debug symbols should be included.
161
- debugEnabled = findProperty(" DEBUG " ) ! = null
161
+ debugEnabled = findProperty(" NDEBUG " ) = = null
162
162
163
163
// Get the directory that contains this script.
164
164
scriptDirectory = buildscript. sourceFile. getParentFile()
Original file line number Diff line number Diff line change 23
23
<ConsolePause >False</ConsolePause >
24
24
</PropertyGroup >
25
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >none</DebugType >
26
+ <DebugSymbols >True</DebugSymbols >
27
+ <DebugType >full</DebugType >
27
28
<Optimize >True</Optimize >
28
29
<OutputPath >bin\Release</OutputPath >
29
30
<DefineConstants >DEBUG;UNITY_EDITOR;UNITY_IOS</DefineConstants >
Original file line number Diff line number Diff line change 23
23
<ConsolePause >False</ConsolePause >
24
24
</PropertyGroup >
25
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >none</DebugType >
26
+ <DebugSymbols >True</DebugSymbols >
27
+ <DebugType >full</DebugType >
27
28
<Optimize >True</Optimize >
28
29
<OutputPath >bin\Release</OutputPath >
29
30
<ErrorReport >prompt</ErrorReport >
Original file line number Diff line number Diff line change 24
24
</PropertyGroup >
25
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
26
<DebugSymbols >True</DebugSymbols >
27
- <DebugType >none </DebugType >
27
+ <DebugType >full </DebugType >
28
28
<Optimize >True</Optimize >
29
29
<OutputPath >bin\Release</OutputPath >
30
30
<DefineConstants >DEBUG;UNITY_EDITOR</DefineConstants >
Original file line number Diff line number Diff line change 23
23
<ConsolePause >False</ConsolePause >
24
24
</PropertyGroup >
25
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >none</DebugType >
26
+ <DebugSymbols >True</DebugSymbols >
27
+ <DebugType >full</DebugType >
27
28
<Optimize >True</Optimize >
28
29
<OutputPath >bin\Release</OutputPath >
29
30
<DefineConstants >DEBUG;UNITY_EDITOR</DefineConstants >
Original file line number Diff line number Diff line change 23
23
<ConsolePause >False</ConsolePause >
24
24
</PropertyGroup >
25
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >none</DebugType >
26
+ <DebugSymbols >True</DebugSymbols >
27
+ <DebugType >full</DebugType >
27
28
<Optimize >True</Optimize >
28
29
<OutputPath >bin\Release</OutputPath >
29
30
<DefineConstants >DEBUG;UNITY_EDITOR</DefineConstants >
You can’t perform that action at this time.
0 commit comments