aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/Ryujinx.Audio.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio/Ryujinx.Audio.csproj')
-rw-r--r--Ryujinx.Audio/Ryujinx.Audio.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Audio/Ryujinx.Audio.csproj b/Ryujinx.Audio/Ryujinx.Audio.csproj
index 588b6918..b541043c 100644
--- a/Ryujinx.Audio/Ryujinx.Audio.csproj
+++ b/Ryujinx.Audio/Ryujinx.Audio.csproj
@@ -12,7 +12,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DefineConstants>TRACE;USE_PROFILING</DefineConstants>
+ <DefineConstants>TRACE;USE_DEBUGGING</DefineConstants>
<Optimize>false</Optimize>
</PropertyGroup>
@@ -22,7 +22,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DefineConstants>TRACE;USE_PROFILING</DefineConstants>
+ <DefineConstants>TRACE;USE_DEBUGGING</DefineConstants>
<Optimize>true</Optimize>
</PropertyGroup>