mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 14:55:44 -04:00
14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
. "$topsrcdir/browser/config/mozconfigs/macosx64/nightly"
|
|
|
|
unset MOZ_LTO
|
|
|
|
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
|
|
|
|
ac_add_options --disable-sandbox
|
|
ac_add_options --disable-warnings-as-errors
|
|
ac_add_options --enable-coverage
|
|
|
|
export LDFLAGS="-coverage -L$MOZ_FETCHES_DIR/clang/lib/clang/8.0.0/lib/darwin/"
|
|
export LIBS="-lclang_rt.profile_osx"
|
|
export RUSTFLAGS="-Ccodegen-units=1 -Zprofile -Zno-landing-pads -Clink-dead-code -Coverflow-checks=off"
|