Skip to content

Commit 78de4f9

Browse files
committed
Disable debugging of native library loading by default
1 parent e4b9f32 commit 78de4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/core/Stride.Core/Native/NativeLibraryHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
33

44
// Uncomment the following line to enable debug logging for native library loading
5-
#define DEBUG_NATIVE_LOADING
5+
//#define DEBUG_NATIVE_LOADING
66

77
using System.Buffers;
88
using System.Diagnostics;

0 commit comments

Comments
 (0)