summaryrefslogtreecommitdiffhomepage
path: root/ProjectSettings/BurstAotSettings_StandaloneLinux64.json
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-12-05 23:39:59 -0500
committerrealtradam <[email protected]>2022-12-05 23:39:59 -0500
commitb96050e518bb84d84ff9c1796e516666e4ae6a8e (patch)
tree3cab921eddbbf184f02e0d3dd894abe3c3c154af /ProjectSettings/BurstAotSettings_StandaloneLinux64.json
parent6b7f05daefae6e127d3fc5c75ca725c9b1478bf1 (diff)
downloadUnityDancingGraph-b96050e518bb84d84ff9c1796e516666e4ae6a8e.tar.gz
UnityDancingGraph-b96050e518bb84d84ff9c1796e516666e4ae6a8e.zip
fix editor building
Diffstat (limited to 'ProjectSettings/BurstAotSettings_StandaloneLinux64.json')
-rw-r--r--ProjectSettings/BurstAotSettings_StandaloneLinux64.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/ProjectSettings/BurstAotSettings_StandaloneLinux64.json b/ProjectSettings/BurstAotSettings_StandaloneLinux64.json
new file mode 100644
index 0000000..d9612a6
--- /dev/null
+++ b/ProjectSettings/BurstAotSettings_StandaloneLinux64.json
@@ -0,0 +1,15 @@
+{
+ "MonoBehaviour": {
+ "Version": 4,
+ "EnableBurstCompilation": true,
+ "EnableOptimisations": true,
+ "EnableSafetyChecks": false,
+ "EnableDebugInAllBuilds": false,
+ "CpuMinTargetX32": 0,
+ "CpuMaxTargetX32": 0,
+ "CpuMinTargetX64": 0,
+ "CpuMaxTargetX64": 0,
+ "CpuTargetsX64": 72,
+ "OptimizeFor": 0
+ }
+}