mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
363 B
Plaintext
16 lines
363 B
Plaintext
# Options for client.mk.
|
|
mk_add_options AUTOCONF=autoconf213
|
|
|
|
# Global options
|
|
. $topsrcdir/build/macosx/mozconfig.leopard
|
|
ac_cv_visibility_pragma=no
|
|
|
|
ac_add_options --disable-install-strip
|
|
|
|
ac_add_options --enable-application=mobile/android
|
|
|
|
# Nightlies only since this has a cost in performance
|
|
ac_add_options --enable-js-diagnostics
|
|
|
|
export MOZILLA_OFFICIAL=1
|