From 220db828a0f2cd21fc4e9a174c6045b3983c3945 Mon Sep 17 00:00:00 2001 From: Misaki Date: Sun, 3 May 2026 17:06:43 +0900 Subject: [PATCH] Remove MHP_ENABLE_STACKTRACE from Debug constants --- src/Runtime/Ghost.Core/Ghost.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runtime/Ghost.Core/Ghost.Core.csproj b/src/Runtime/Ghost.Core/Ghost.Core.csproj index 85a2d22..680fd14 100644 --- a/src/Runtime/Ghost.Core/Ghost.Core.csproj +++ b/src/Runtime/Ghost.Core/Ghost.Core.csproj @@ -8,7 +8,7 @@ - $(DefineConstants);MHP_ENABLE_SAFETY_CHECKS;MHP_ENABLE_STACKTRACE;MHP_ENABLE_MIMALLOC;MHP_FASTMATH + $(DefineConstants);MHP_ENABLE_SAFETY_CHECKS;MHP_ENABLE_MIMALLOC;MHP_FASTMATH True True