Skip to content

Instantly share code, notes, and snippets.

@maxxcrawford
Created June 24, 2019 19:58
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 maxxcrawford/4d4216f7280740cc556f8a244ebf821c to your computer and use it in GitHub Desktop.
Save maxxcrawford/4d4216f7280740cc556f8a244ebf821c to your computer and use it in GitHub Desktop.
mozconfig
# 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
# Get the macOS 10.13 SDK
# ac_add_options --with-macos-sdk=$HOME/SDK-archive/MacOSX10.13.sdk/
# Autoconf 2.13 with the Homebrew recipe
mk_add_options AUTOCONF=/usr/local/Cellar/autoconf@2.13/2.13/bin/autoconf213
# Automatically download and use compiled C++ components:
ac_add_options --enable-artifact-builds
# Write build artifacts to:
mk_add_options MOZ_OBJDIR=./objdir-frontend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment