Skip to content

Instantly share code, notes, and snippets.

@arielm
Created January 29, 2015 22:08
Show Gist options
  • Save arielm/7d1cf24a15edb960078a to your computer and use it in GitHub Desktop.
Save arielm/7d1cf24a15edb960078a to your computer and use it in GitHub Desktop.
The path for this file should be: mozjs-31.2.0/js/src/build-osx
#!/bin/sh
cpus=$(sysctl hw.ncpu | awk '{print $2}')
../configure --disable-tests --disable-shared-js --enable-llvm-hacks \
--without-intl-api \
--disable-threadsafe \
--enable-exact-rooting --enable-gcgenerational \
--enable-gczeal --enable-root-analysis \
--enable-debug --enable-debug-symbols \
xcrun make -j$cpus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment