diff options
author | chai <215380520@qq.com> | 2023-05-08 18:40:58 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-08 18:40:58 +0800 |
commit | d2a574ba76c56c340d8ac0ad841344664bc2cc59 (patch) | |
tree | 7979942ab64be60dfd45bc0508fd47d2411866ff /marching/ProjectSettings/BurstAotSettings_StandaloneWindows.json | |
parent | 2758cf7c8be717a733f25eb39df20e307382f089 (diff) |
+ misc
Diffstat (limited to 'marching/ProjectSettings/BurstAotSettings_StandaloneWindows.json')
-rw-r--r-- | marching/ProjectSettings/BurstAotSettings_StandaloneWindows.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/marching/ProjectSettings/BurstAotSettings_StandaloneWindows.json b/marching/ProjectSettings/BurstAotSettings_StandaloneWindows.json new file mode 100644 index 0000000..e02ae33 --- /dev/null +++ b/marching/ProjectSettings/BurstAotSettings_StandaloneWindows.json @@ -0,0 +1,17 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "UsePlatformSDKLinker": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "CpuTargetsX32": 6, + "CpuTargetsX64": 72, + "OptimizeFor": 0 + } +} |