blob: a1f60d03d3e848c402b4e66761e5705aa5d58e92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
. "$topsrcdir/browser/config/mozconfigs/macosx64/debug"
ac_add_options --enable-fuzzing
# gold or lld is required for libFuzzer to work properly
ac_add_options --enable-linker=lld
# Need this to prevent name conflicts with the normal nightly build packages
export MOZ_PKG_SPECIAL=fuzzing
. "$topsrcdir/build/mozconfig.common.override"
|