Created
April 20, 2016 15:00
-
-
Save jryans/fb99b138026d90497bc9747a989a30eb to your computer and use it in GitHub Desktop.
Windows x64 Debug .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
# Compiler Flags | |
ac_add_options --target=x86_64-pc-mingw32 | |
ac_add_options --host=x86_64-pc-mingw32 | |
# objdir | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-firefox-debug | |
# Make Options | |
# Application | |
ac_add_options --enable-application=browser | |
# Features | |
ac_add_options --disable-crashreporter | |
ac_add_options --enable-debug-js-modules | |
# Compiling and Debugging | |
ac_add_options --enable-debug | |
ac_add_options --enable-optimize | |
# ac_add_options --disable-optimize | |
ac_add_options --enable-warnings-as-errors | |
ac_add_options --enable-cpp-rtti | |
ac_add_options --enable-logrefcnt | |
# Linking | |
ac_add_options --disable-strip | |
ac_add_options --disable-install-strip | |
# Testing | |
ac_add_options --enable-tests | |
ENABLE_MARIONETTE=1 | |
. "$topsrcdir/build/mozconfig.common.override" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment