No need to define the NM and STRIP commands
This commit is contained in:
parent
4a64ce1836
commit
dbb8d4ec44
@ -9,10 +9,8 @@ mkdir -p $PREFIX || exit 1
|
|||||||
export CC="zig cc"
|
export CC="zig cc"
|
||||||
export CFLAGS="-DED25519_NONDETERMINISTIC=1 --target=wasm32-wasi -O2"
|
export CFLAGS="-DED25519_NONDETERMINISTIC=1 --target=wasm32-wasi -O2"
|
||||||
export LDFLAGS="-s -Wl,--stack-first"
|
export LDFLAGS="-s -Wl,--stack-first"
|
||||||
export NM="llvm-nm"
|
export AR="zig ar"
|
||||||
export AR="llvm-ar"
|
export RANLIB="zig ranlib"
|
||||||
export RANLIB="llvm-ranlib"
|
|
||||||
export STRIP="llvm-strip"
|
|
||||||
|
|
||||||
make distclean >/dev/null
|
make distclean >/dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user