Skip to content

Instantly share code, notes, and snippets.

@robcee
Created April 27, 2012 16:19
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 robcee/2510528 to your computer and use it in GitHub Desktop.
Save robcee/2510528 to your computer and use it in GitHub Desktop.
.mozconfig
# This file specifies the build flags for Firefox. You can use it by adding:
# . $topsrcdir/browser/config/mozconfig
# to the top of your mozconfig file.
mk_add_options AUTOCONF=/usr/local/Cellar/autoconf213/2.13/bin/autoconf213
mk_add_options MOZ_MAKE_FLAGS="-s -j4"
ac_add_options --enable-application=browser
ac_add_options --enable-optimize
#ac_add_options --enable-debug
#ac_add_options --enable-trace-malloc
#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@-debug
CC=clang
CXX=clang++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment