Skip to content
Snippets Groups Projects
Commit a3254590 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

Bug 782759 - Remove the --disable-auto-deps flag from Windows nightly build mozconfigs. r=ted

--HG--
extra : rebase_source : ad2cfb0900001f9981261757eb079dacb756db7d
parent bd561fcf
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,6 @@ else
. $topsrcdir/build/win32/mozconfig.vs2010
fi
# For known full-clobber builds on Windows (like nightlies/try),
# this speeds things up. IS_NIGHTLY is set by the build automation.
if test "$IS_NIGHTLY" != ""; then
ac_add_options --disable-auto-deps
fi
# B2G Options
ac_add_options --enable-application=b2g
ac_add_options --enable-marionette
......
......@@ -25,9 +25,3 @@ fi
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# For known full-clobber builds on Windows (like nightlies/try),
# this speeds things up. IS_NIGHTLY is set by the build automation.
if test "$IS_NIGHTLY" != ""; then
ac_add_options --disable-auto-deps
fi
......@@ -23,10 +23,4 @@ mk_add_options MOZ_MAKE_FLAGS=-j1
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# For known full-clobber builds on Windows (like nightlies/try),
# this speeds things up. IS_NIGHTLY is set by the build automation.
if test "$IS_NIGHTLY" != ""; then
ac_add_options --disable-auto-deps
fi
. $topsrcdir/build/win64/mozconfig.vs2010
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment