add make emcc-o3
This commit is contained in:
parent
4bed4d131e
commit
fd902bb77e
2
makefile
2
makefile
@ -30,6 +30,8 @@ rtverifyn-singeli:
|
|||||||
@${MAKE} singeli=1 t=rtverifyn_si f="-O3 -DRT_VERIFY -DEEQUAL_NEGZERO -march=native" c
|
@${MAKE} singeli=1 t=rtverifyn_si f="-O3 -DRT_VERIFY -DEEQUAL_NEGZERO -march=native" c
|
||||||
wasi-o3:
|
wasi-o3:
|
||||||
@${MAKE} singeli=0 t=wasi_o3 f="-DWASM -DCATCH_ERRORS=0 -D_WASI_EMULATED_MMAN --target=wasm32-wasi" LDFLAGS="-lwasi-emulated-mman --target=wasm32-wasi" LD_LIBS= PIE= c
|
@${MAKE} singeli=0 t=wasi_o3 f="-DWASM -DCATCH_ERRORS=0 -D_WASI_EMULATED_MMAN --target=wasm32-wasi" LDFLAGS="-lwasi-emulated-mman --target=wasm32-wasi" LD_LIBS= PIE= c
|
||||||
|
emcc-o3:
|
||||||
|
@${MAKE} singeli=0 t=emcc_o3 f='-DWASM -O3' CC=emcc c
|
||||||
|
|
||||||
|
|
||||||
# compiler setup
|
# compiler setup
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user