Bump up the max allowed memory for Emscripten. Might be required for scrypt.
This commit is contained in:
parent
25ea5b65db
commit
64c70e0612
@ -2,9 +2,10 @@
|
||||
|
||||
export PREFIX="$(pwd)/libsodium-js"
|
||||
export EXPORTED_FUNCTIONS='["_sodium_version_string"]'
|
||||
export TOTAL_MEMORY=33554432
|
||||
export OPTFLAGS="--llvm-lto 3 -Oz"
|
||||
export CFLAGS="$OPTFLAGS --pre-js=test/default/pre.js "
|
||||
export LDFLAGS="-s EXPORTED_FUNCTIONS=${EXPORTED_FUNCTIONS}"
|
||||
export LDFLAGS="-s EXPORTED_FUNCTIONS=${EXPORTED_FUNCTIONS} -s TOTAL_MEMORY=${TOTAL_MEMORY}"
|
||||
|
||||
emconfigure ./configure --enable-minimal --disable-shared --prefix="$PREFIX" && \
|
||||
emmake make clean &&
|
||||
|
Loading…
Reference in New Issue
Block a user