Skip to content

Commit f799f0e

Browse files
committed
Use Clang 11
1 parent 6de9396 commit f799f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM alpine:3.13.5
1+
FROM alpine:3.14.0
22
RUN apk update && apk upgrade
33
RUN apk add --no-cache clang clang-dev bash lld make

scripts/Makefile-clang

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CFLAGS=-flto -O3 -nostdlib -fno-builtin -ffreestanding --target=wasm32
1+
CFLAGS=-flto -O3 -nostdlib -fno-builtin -ffreestanding -mexec-model=reactor --target=wasm32
22
LDFLAGS=-Wl,--strip-all -Wl,--initial-memory=131072 -Wl,--max-memory=131072 -Wl,--no-entry -Wl,--allow-undefined -Wl,--compress-relocations -Wl,--export-dynamic
33

44
# -msimd128 -msign-ext -mmutable-globals -mmultivalue -mbulk-memory -mtail-call -munimplemented-simd128

0 commit comments

Comments
 (0)