BurstAotSettings_StandaloneWindows.json 426 B

123456789101112131415161718
  1. {
  2. "MonoBehaviour": {
  3. "Version": 4,
  4. "EnableBurstCompilation": true,
  5. "EnableOptimisations": true,
  6. "EnableSafetyChecks": false,
  7. "EnableDebugInAllBuilds": false,
  8. "DebugDataKind": 1,
  9. "EnableArmv9SecurityFeatures": false,
  10. "CpuMinTargetX32": 0,
  11. "CpuMaxTargetX32": 0,
  12. "CpuMinTargetX64": 0,
  13. "CpuMaxTargetX64": 0,
  14. "CpuTargetsX32": 6,
  15. "CpuTargetsX64": 72,
  16. "OptimizeFor": 0
  17. }
  18. }