mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-28 04:37:13 +09:00
Use --enable-minimal with the Javascript build
This commit is contained in:
@@ -6,7 +6,7 @@ export OPTFLAGS="--llvm-lto 3 -Oz"
|
||||
export CFLAGS="$OPTFLAGS --pre-js=test/default/pre.js "
|
||||
export LDFLAGS="-s EXPORTED_FUNCTIONS=${EXPORTED_FUNCTIONS}"
|
||||
|
||||
emconfigure ./configure --disable-shared --prefix="$PREFIX" && \
|
||||
emconfigure ./configure --enable-minimal --disable-shared --prefix="$PREFIX" && \
|
||||
emmake make clean &&
|
||||
emmake make install &&
|
||||
emcc --closure 1 $OPTFLAGS $LDFLAGS \
|
||||
|
||||
Reference in New Issue
Block a user