author | Nathan Froyd <froydnj@mozilla.com> |
Fri, 08 Mar 2019 15:15:07 +0000 | |
changeset 524170 | 2275bda01df5720b98cff804303a620f6efc2d4b |
parent 524169 | 398dfc746ccd2f079d74198274020691b6299968 |
child 524171 | 51a836e169e9ae755e541815bf95138f67362d08 |
push id | 2032 |
push user | ffxbld-merge |
push date | Mon, 13 May 2019 09:36:57 +0000 |
treeherder | mozilla-release@455c1065dcbe [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dmajor |
bugs | 1533747 |
milestone | 67.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/config/mozconfigs/linux64/plain-opt +++ b/browser/config/mozconfigs/linux64/plain-opt @@ -7,11 +7,8 @@ RUSTDOC="${TOOLTOOL_DIR}/rustc/bin/rustd RUSTFMT="${TOOLTOOL_DIR}/rustc/bin/rustfmt" CBINDGEN="${TOOLTOOL_DIR}/cbindgen/cbindgen" export NODEJS="${TOOLTOOL_DIR}/node/bin/node" NASM="${TOOLTOOL_DIR}/nasm/nasm" CC="${TOOLTOOL_DIR}/clang/bin/clang" CXX="${TOOLTOOL_DIR}/clang/bin/clang++" - -mk_add_options "export PATH=${TOOLTOOL_DIR}/gcc/bin:${PATH}" -mk_add_options "export LD_LIBRARY_PATH=${TOOLTOOL_DIR}/gcc/lib64:${TOOLTOOL_DIR}/gcc/lib32:${TOOLTOOL_DIR}/gcc/lib"