Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Created April 17, 2013 15:48
Show Gist options
  • Select an option

  • Save AutomatedTester/5405396 to your computer and use it in GitHub Desktop.

Select an option

Save AutomatedTester/5405396 to your computer and use it in GitHub Desktop.
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg
#ac_add_options --enable-debug
ac_add_options --enable-trace-malloc
ac_add_options --enable-accessibility
ac_add_options --enable-signmar
ac_add_options --with-ccache=/usr/local/bin/ccache
ENABLE_MARIONETTE=1
# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j12"
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment