Skip to content

Instantly share code, notes, and snippets.

@valenting
Created August 23, 2018 12:20
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 valenting/37752e03588d01b7279efe86dddc4a4d to your computer and use it in GitHub Desktop.
Save valenting/37752e03588d01b7279efe86dddc4a4d to your computer and use it in GitHub Desktop.
My mozconfig (2018-08-23)
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg
ac_add_options --enable-debug
ac_add_options --enable-warnings-as-errors
#ac_add_options --disable-install-strip
#ac_add_options --enable-geckodriver
ac_add_options --disable-crashreporter
#ac_add_options --enable-clang-plugin
mk_add_options MOZ_MAKE_FLAGS="-j8"
mk_add_options "export RUSTC_WRAPPER=sccache"
mk_add_options 'export CARGO_INCREMENTAL=1'
export CC="clang -fcolor-diagnostics"
export CXX="clang++ -fcolor-diagnostics"
export CCACHE_CC="clang"
export CCACHE_CXX="clang++"
export GNU_CC="clang"
export GNU_CXX="clang++"
ac_add_options --with-ccache
#export LD="/usr/bin/ld.gold"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment