diff options
Diffstat (limited to 'Ryujinx.Tests.Unicorn')
| -rw-r--r-- | Ryujinx.Tests.Unicorn/Ryujinx.Tests.Unicorn.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Tests.Unicorn/Ryujinx.Tests.Unicorn.csproj b/Ryujinx.Tests.Unicorn/Ryujinx.Tests.Unicorn.csproj index 36310f3d..f99f504a 100644 --- a/Ryujinx.Tests.Unicorn/Ryujinx.Tests.Unicorn.csproj +++ b/Ryujinx.Tests.Unicorn/Ryujinx.Tests.Unicorn.csproj @@ -12,12 +12,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> |
