Created
January 29, 2015 22:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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