Skip to content

Commit fd487fb

Browse files
CI: Enable Multi-tier JIT by default for released iwasm binary (bytecodealliance#1957)
1 parent 531771e commit fd487fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_iwasm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: generate iwasm binary release
3737
run: |
3838
cmake -S . -B build \
39-
-DWAMR_BUILD_AOT=1 -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_JIT=0 \
39+
-DWAMR_BUILD_AOT=1 -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_FAST_JIT=1 -DWAMR_BUILD_JIT=1 \
4040
-DWAMR_BUILD_CUSTOM_NAME_SECTION=0 \
4141
-DWAMR_BUILD_DEBUG_INTERP=0 \
4242
-DWAMR_BUILD_DEBUG_AOT=0 \

0 commit comments

Comments
 (0)