mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Replace -s RESERVED_FUNCTION_POINTERS=8 with -sALLOW_TABLE_GROWTH
This commit is contained in:
@@ -8,7 +8,7 @@ export JS_RESERVED_MEMORY_STANDARD=16MB
|
||||
export JS_RESERVED_MEMORY_SUMO=48MB
|
||||
export JS_RESERVED_MEMORY_TESTS=16MB
|
||||
export WASM_INITIAL_MEMORY=4MB
|
||||
export LDFLAGS="-s RESERVED_FUNCTION_POINTERS=8"
|
||||
export LDFLAGS="-sALLOW_TABLE_GROWTH"
|
||||
export LDFLAGS="${LDFLAGS} -s ALLOW_MEMORY_GROWTH=1"
|
||||
export LDFLAGS="${LDFLAGS} -s SINGLE_FILE=1 -s SINGLE_FILE_BINARY_ENCODE=0"
|
||||
export LDFLAGS="${LDFLAGS} -s ASSERTIONS=0"
|
||||
|
||||
Reference in New Issue
Block a user