summary refs log tree commit diff
path: root/crypto/test/BouncyCastle.Crypto.Tests.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-11-01 22:45:13 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-11-01 22:45:13 +0700
commit76bafdeaf9cbb5069db8c5fd2e557c82efd32dc5 (patch)
treed1ebf2c7361c9266fcafa866c9aa0c73bde2c1fc /crypto/test/BouncyCastle.Crypto.Tests.csproj
parentSCrypt perf. opts. (diff)
downloadBouncyCastle.NET-ed25519-76bafdeaf9cbb5069db8c5fd2e557c82efd32dc5.tar.xz
Re-add TRACE
Diffstat (limited to 'crypto/test/BouncyCastle.Crypto.Tests.csproj')
-rw-r--r--crypto/test/BouncyCastle.Crypto.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj
index c5025b9e7..3c9b88328 100644
--- a/crypto/test/BouncyCastle.Crypto.Tests.csproj
+++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj
@@ -14,7 +14,7 @@
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)'=='Release'">
-    <DefineConstants>DEBUG</DefineConstants>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
   </PropertyGroup>
 
   <ItemGroup>