mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
a607ccb1d6
Until we can do something better
19 lines
493 B
Plaintext
19 lines
493 B
Plaintext
. $topsrcdir/build/unix/mozconfig.asan
|
|
|
|
ac_add_options --enable-application=browser
|
|
ac_add_options --enable-debug
|
|
ac_add_options --enable-optimize="-O1"
|
|
ac_add_options --enable-accessibility
|
|
|
|
ac_add_options --disable-unified-compilation
|
|
|
|
# Package js shell.
|
|
export MOZ_PACKAGE_JSSHELL=1
|
|
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
|
|
|
# Need this to prevent name conflicts with the normal nightly build packages
|
|
export MOZ_PKG_SPECIAL=asan
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|