blob: 7a852d4350307f51d313612bef2c1a17f178901b (
plain)
1
2
3
4
5
6
7
8
|
. "$topsrcdir/browser/config/mozconfigs/macosx64/debug"
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"
|