We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531771e commit fd487fbCopy full SHA for fd487fb
.github/workflows/build_iwasm_release.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: generate iwasm binary release
37
run: |
38
cmake -S . -B build \
39
- -DWAMR_BUILD_AOT=1 -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_JIT=0 \
+ -DWAMR_BUILD_AOT=1 -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_FAST_JIT=1 -DWAMR_BUILD_JIT=1 \
40
-DWAMR_BUILD_CUSTOM_NAME_SECTION=0 \
41
-DWAMR_BUILD_DEBUG_INTERP=0 \
42
-DWAMR_BUILD_DEBUG_AOT=0 \
0 commit comments