10 lines
345 B
Text
10 lines
345 B
Text
. "$topsrcdir/browser/config/mozconfigs/macosx64/nightly-asan"
|
|
|
|
ac_add_options --enable-gczeal
|
|
ac_add_options --enable-fuzzing
|
|
|
|
# Piggybacking UBSan for now since only a small subset of checks are enabled.
|
|
# A new build can be created when appropriate.
|
|
ac_add_options --enable-undefined-sanitizer
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|