blob: 9a5b2402f545b34ecc82f50b5918edf1a5121d58 (
plain)
1
2
3
4
5
6
7
8
9
|
. "$topsrcdir/browser/config/mozconfigs/macosx64/debug"
ac_add_options --enable-gczeal
ac_add_options --enable-fuzzing
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=fuzzing
. "$topsrcdir/build/mozconfig.common.override"
|