mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-05-14 08:45:18 +00:00
6 lines
140 B
C#
6 lines
140 B
C#
public static class AOptimizations
|
|
{
|
|
public static bool DisableMemoryChecks = false;
|
|
|
|
public static bool GenerateCallStack = true;
|
|
} |