Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This Source Code Form is subject to the terms of the Mozilla Public
- # License, v. 2.0. If a copy of the MPL was not distributed with this
- # file, You can obtain one at http://mozilla.org/MPL/2.0/.
- #export CC="clang70"
- #export CXX="clang++70"
- export CC="clang15"
- export CXX="clang++15"
- export LLVM_CONFIG="llvm-config15"
- export LD=lld15
- CC="$CC -march=nocona -mtune=nocona"
- CXX="$CXX -march=nocona -mtune=nocona"
- mk_add_options MOZ_MAKE_FLAGS="-s -j2"
- mk_add_options LDFLAGS="-Wl,--no-keep-memory"
- ac_add_options --enable-application=comm/suite
- ac_add_options --disable-tests
- ac_add_options --disable-debug
- ac_add_options --enable-irc
- ac_add_options --enable-calendar
- ac_add_options --enable-dominspector
- ac_add_options --enable-release
- ac_add_options --enable-js-shell
- ac_add_options --disable-necko-wifi
- #ac_add_options --disable-eme
- ac_add_options --disable-debug-symbols
- ac_add_options --disable-tests
- ac_add_options --enable-strip
- ac_add_options --enable-install-strip
- ac_add_options --enable-optimize
- #ac_add_options --with-system-icu
- # Disable checking that add-ons are signed by the trusted root
- MOZ_ADDON_SIGNING=0
- # Disable enforcing that add-ons are signed by the trusted root
- MOZ_REQUIRE_SIGNING=0
- # Package js shell
- export MOZ_PACKAGE_JSSHELL=1
- #Use ccache
- ac_add_options --with-ccache=/usr/local/bin/ccache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement