1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

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

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