Skip to content

Commit c2def9c

Browse files
committed
fix compiler enabling script
1 parent f60ae5e commit c2def9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enable_compilers

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
alias lucetc4G="./lucet_sandboxing_compiler/target/release/lucetc --bindings ./lucet_sandboxing_compiler/lucet-wasi/bindings.json --guard-size \"4GiB\" --min-reserved-size \"4GiB\" --max-reserved-size \"4GiB\" "
1+
alias lucetc4G="./lucet_sandbox_compiler/target/release/lucetc --bindings ./lucet_sandbox_compiler/lucet-wasi/bindings.json --guard-size \"4GiB\" --min-reserved-size \"4GiB\" --max-reserved-size \"4GiB\" "
22

33
alias wasiclang="./veriwasm_fuzzing/wasi-sdk-10.0/bin/clang --sysroot ./veriwasm_fuzzing/wasi-sdk-10.0/share/wasi-sysroot -Wl,--export-all --std=c99 -Ofast -Wall -W"
44

0 commit comments

Comments
 (0)