gecko/mobile/config/mozconfigs/win32-desktop/nightly
Ed Morley be43964848 Bug 575283 - Remove redundant/invalid options from the now in-tree mozconfigs; r=catlee,ted
Removes options that are now set by default (eg enable symbols, app=browser) and
those that have since been removed from configure (eg --disable-javaxpcom). Also
removes |--enable-jemalloc| if |--enable-trace-malloc| present, since the latter
force disables jemalloc regardless.
Note: This changeset is effectively no-op. No behaviour change is intended.
2011-10-14 22:25:01 +01:00

14 lines
354 B
Plaintext

# Options for client.mk.
mk_add_options MOZ_PKG_FORMAT=ZIP
export WIN32_REDIST_DIR=/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT
ac_add_options --enable-jemalloc
ac_add_options --enable-application=mobile
ac_add_options --disable-webm
# Nightlies only since this has a cost in performance
ac_add_options --enable-js-diagnostics
export MOZILLA_OFFICIAL=1