Skip to content

Instantly share code, notes, and snippets.

@jeromewu
Last active March 20, 2024 08:42
Show Gist options
  • Save jeromewu/203da1052208cf26aa9f82b865c8751a to your computer and use it in GitHub Desktop.
Save jeromewu/203da1052208cf26aa9f82b865c8751a to your computer and use it in GitHub Desktop.
#!/bin/bash -x
ARGS=(
--host=i686-gnu # use i686 gnu
--enable-static # enable building static library
--disable-cli # disable cli tools
--disable-asm # disable asm optimization
--extra-cflags="-s USE_PTHREADS=1" # pass this flags for using pthreads
)
emconfigure ./configure "${ARGS[@]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment