Created
March 21, 2011 14:48
-
-
Save shlevy/879557 to your computer and use it in GitHub Desktop.
FF4-rc2 Configuration
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
| --enable-optimize | |
| --disable-debug | |
| --enable-strip | |
| --with-system-jpeg | |
| --with-system-zlib | |
| --with-system-bz2 | |
| --with-system-nspr | |
| --enable-system-cairo | |
| --disable-crashreporter | |
| --disable-tests | |
| --disable-necko-wifi | |
| --enable-application=browser | |
| #I use an automated build system that will automatically fill in the proper locations for ${xulrunner} and the proper value for ${xulrunner.version} based on the results of the xulrunner build | |
| --with-libxul-sdk=${xulrunner}/lib/xulrunner-devel-${xulrunner.version} |
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
| --enable-optimize | |
| --disable-debug | |
| --enable-strip | |
| --with-system-jpeg | |
| --with-system-zlib | |
| --with-system-bz2 | |
| --with-system-nspr | |
| --enable-system-cairo | |
| --disable-crashreporter | |
| --disable-tests | |
| --disable-necko-wifi | |
| --enable-application=xulrunner | |
| --disable-javaxpcom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment