diff options
Diffstat (limited to 'Ryujinx.Tests/Ryujinx.Tests.csproj')
| -rw-r--r-- | Ryujinx.Tests/Ryujinx.Tests.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Tests/Ryujinx.Tests.csproj b/Ryujinx.Tests/Ryujinx.Tests.csproj index 83ec2e96..b256cc6c 100644 --- a/Ryujinx.Tests/Ryujinx.Tests.csproj +++ b/Ryujinx.Tests/Ryujinx.Tests.csproj @@ -17,12 +17,12 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Release|AnyCPU'"> - <DefineConstants>TRACE;USE_PROFILING</DefineConstants> + <DefineConstants>TRACE;USE_DEBUGGING</DefineConstants> <Optimize>true</Optimize> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Debug|AnyCPU'"> - <DefineConstants>TRACE;USE_PROFILING</DefineConstants> + <DefineConstants>TRACE;USE_DEBUGGING</DefineConstants> <Optimize>false</Optimize> </PropertyGroup> |
