diff options
Diffstat (limited to 'b2g/dev/config/mozconfigs/linux64')
-rw-r--r-- | b2g/dev/config/mozconfigs/linux64/mulet | 10 | ||||
-rw-r--r-- | b2g/dev/config/mozconfigs/linux64/mulet-hazards | 13 | ||||
-rw-r--r-- | b2g/dev/config/mozconfigs/linux64/mulet_dbg | 14 |
3 files changed, 37 insertions, 0 deletions
diff --git a/b2g/dev/config/mozconfigs/linux64/mulet b/b2g/dev/config/mozconfigs/linux64/mulet new file mode 100644 index 000000000..4aaa6b78d --- /dev/null +++ b/b2g/dev/config/mozconfigs/linux64/mulet @@ -0,0 +1,10 @@ +MOZ_AUTOMATION_L10N_CHECK=0 +MOZ_AUTOMATION_UPLOAD_SYMBOLS=0 +MOZ_AUTOMATION_UPDATE_PACKAGING=0 +MOZ_AUTOMATION_SDK=0 +. "$topsrcdir/browser/config/mozconfigs/linux64/nightly" + +ac_add_options --enable-application=b2g/dev + +# Include Firefox OS fonts. +MOZTTDIR=$topsrcdir/moz-tt diff --git a/b2g/dev/config/mozconfigs/linux64/mulet-hazards b/b2g/dev/config/mozconfigs/linux64/mulet-hazards new file mode 100644 index 000000000..2c3609c99 --- /dev/null +++ b/b2g/dev/config/mozconfigs/linux64/mulet-hazards @@ -0,0 +1,13 @@ +MOZ_AUTOMATION_L10N_CHECK=0 +MOZ_AUTOMATION_UPLOAD_SYMBOLS=0 +MOZ_AUTOMATION_UPDATE_PACKAGING=0 +MOZ_AUTOMATION_SDK=0 +. "$topsrcdir/browser/config/mozconfigs/linux64/nightly" + +ac_add_options --enable-application=b2g/dev +ac_add_options --with-compiler-wrapper=$TOOLTOOL_DIR/sixgill/usr/libexec/sixgill/scripts/wrap_gcc/basecc +ac_add_options --without-ccache +ac_add_options --disable-warnings-as-errors + +# Include Firefox OS fonts. +MOZTTDIR=$topsrcdir/moz-tt diff --git a/b2g/dev/config/mozconfigs/linux64/mulet_dbg b/b2g/dev/config/mozconfigs/linux64/mulet_dbg new file mode 100644 index 000000000..08baad0e9 --- /dev/null +++ b/b2g/dev/config/mozconfigs/linux64/mulet_dbg @@ -0,0 +1,14 @@ +MOZ_AUTOMATION_L10N_CHECK=0 +MOZ_AUTOMATION_UPLOAD_SYMBOLS=0 +MOZ_AUTOMATION_UPDATE_PACKAGING=0 +MOZ_AUTOMATION_SDK=0 +. "$topsrcdir/browser/config/mozconfigs/linux64/nightly" + +ac_add_options --enable-application=b2g/dev +ac_add_options --enable-debug +MOZ_DEMANGLE_SYMBOLS=1 +MOZ_DEBUG=1 +MOZ_DEBUG_SYMBOLS=1 + +# Include Firefox OS fonts. +MOZTTDIR=$topsrcdir/moz-tt |