Skip to content

Instantly share code, notes, and snippets.

@shlevy
Created March 21, 2011 14:48
Show Gist options
  • Select an option

  • Save shlevy/879557 to your computer and use it in GitHub Desktop.

Select an option

Save shlevy/879557 to your computer and use it in GitHub Desktop.
FF4-rc2 Configuration
--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}
--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