Created
June 24, 2019 19:58
-
-
Save maxxcrawford/4d4216f7280740cc556f8a244ebf821c to your computer and use it in GitHub Desktop.
mozconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/[email protected]/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