Skip to content

Commit 4c86955

Browse files
committed
Add support for JIT binaries
1 parent 5878bf9 commit 4c86955

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

backend/scripts/populate_binaries.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ def get_standard_binaries():
110110
"icon": "search",
111111
"display_order": 7,
112112
},
113+
{
114+
"id": "jit",
115+
"name": "JIT Build",
116+
"flags": ["--enable-experimental-jit=yes"],
117+
"description": "Just-In-Time compilation enabled.",
118+
"color": "#fc03df",
119+
"icon": "zap",
120+
"display_order": 8,
121+
},
113122
]
114123

115124

0 commit comments

Comments
 (0)