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 CFLAGS="-DED25519_NONDETERMINISTIC=1 --target=wasm32-wasi -O2"
|
||||
export LDFLAGS="-s -Wl,--stack-first"
|
||||
export NM="llvm-nm"
|
||||
export AR="llvm-ar"
|
||||
export RANLIB="llvm-ranlib"
|
||||
export STRIP="llvm-strip"
|
||||
export AR="zig ar"
|
||||
export RANLIB="zig ranlib"
|
||||
|
||||
make distclean >/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user