mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
32 lines
829 B
Plaintext
32 lines
829 B
Plaintext
. $topsrcdir/build/macosx/mozconfig.common
|
|
|
|
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
|
ac_add_options --enable-update-packaging
|
|
ac_add_options --enable-signmar
|
|
|
|
# Nightlies only since this has a cost in performance
|
|
ac_add_options --enable-js-diagnostics
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
export MOZ_TELEMETRY_REPORTING=1
|
|
|
|
#ac_add_options --with-macbundlename-prefix=Firefox
|
|
|
|
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
|
ac_add_options --enable-warnings-as-errors
|
|
|
|
# B2G Stuff
|
|
ac_add_options --enable-application=b2g
|
|
ac_add_options --enable-debug-symbols
|
|
ac_add_options --enable-debug
|
|
ac_add_options --with-ccache
|
|
ENABLE_MARIONETTE=1
|
|
|
|
export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
|
|
|
|
GAIADIR=$topsrcdir/gaia
|
|
|
|
. "$topsrcdir/b2g/config/mozconfigs/common.override"
|