Skip to content

Instantly share code, notes, and snippets.

@evanxd
Created May 8, 2017 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanxd/a9f4d8e2a89de798072478267e9111d5 to your computer and use it in GitHub Desktop.
Save evanxd/a9f4d8e2a89de798072478267e9111d5 to your computer and use it in GitHub Desktop.
The mozconfig file for building whole Firefox.
# Define where build files should go. This places them in the directory
# "obj-ff-dbg" under the current source directory
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg
# Enable debug builds
ac_add_options --enable-debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment