You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Package.swift
+35-2Lines changed: 35 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ let package = Package(
14
14
traits:[
15
15
.default(enabledTraits:["SIMD"]),
16
16
17
+
.trait(
18
+
name:"DISTRIBUTE",
19
+
description:"Configures GateEngine for a distributable build. Disables some logging and enables optimizations that otherwise would inhibit development."
20
+
),
17
21
.trait(
18
22
name:"SIMD",
19
23
description:"Enables SIMD acceleration when available."
@@ -652,6 +656,9 @@ extension Array where Element == Platform {
0 commit comments