mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
wasm32-wasi.sh: match the number of iterations from build.zig
This commit is contained in:
@@ -16,7 +16,7 @@ make distclean >/dev/null
|
|||||||
|
|
||||||
if [ "x$1" = "x--bench" ]; then
|
if [ "x$1" = "x--bench" ]; then
|
||||||
export BENCHMARKS=1
|
export BENCHMARKS=1
|
||||||
export CPPFLAGS="-DBENCHMARKS -DITERATIONS=100"
|
export CPPFLAGS="-DBENCHMARKS -DITERATIONS=200"
|
||||||
else
|
else
|
||||||
export CPPFLAGS="-DED25519_NONDETERMINISTIC=1"
|
export CPPFLAGS="-DED25519_NONDETERMINISTIC=1"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user