No need to define the STRIP command

This commit is contained in:
Frank Denis
2021-07-19 12:53:26 +02:00
parent c2d66aaec9
commit 677572ec1b
-1
View File
@@ -11,7 +11,6 @@ export CFLAGS="-DED25519_NONDETERMINISTIC=1 --target=wasm32-wasi -O2"
export LDFLAGS="-s -Wl,--stack-first"
export AR="zig ar"
export RANLIB="zig ranlib"
export STRIP="llvm-strip"
make distclean >/dev/null