From 23854f1bd268b4e671f5f7aeeb6cfb16910d448b Mon Sep 17 00:00:00 2001 From: Johannes Deml Date: Thu, 6 Apr 2023 23:21:29 +0200 Subject: [PATCH] Change allow unsafe code Gives libraries the possibility to use unsafe code to run faster, so it makes sense to enable it (especially to make the comparison to ENet fairer, since that is run through a C wrapper --- NetworkBenchmarkDotNet/NetworkBenchmarkDotNet.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NetworkBenchmarkDotNet/NetworkBenchmarkDotNet.csproj b/NetworkBenchmarkDotNet/NetworkBenchmarkDotNet.csproj index d90c9ea..77c4dd3 100644 --- a/NetworkBenchmarkDotNet/NetworkBenchmarkDotNet.csproj +++ b/NetworkBenchmarkDotNet/NetworkBenchmarkDotNet.csproj @@ -67,5 +67,13 @@ LICENSE https://github.com/JohannesDeml/NetworkBenchmarkDotNet + + + true + + + + true +