mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Bug 1798602 - Include mozconfig.linux in linux tsan mozconfig. r=decoder
The main side effect is that it enables lld on those builds. Differential Revision: https://phabricator.services.mozilla.com/D160993
This commit is contained in:
parent
ed6e30ec69
commit
3ff4ecb3f8
@ -2,6 +2,7 @@
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --enable-optimize="-O2 -gline-tables-only"
|
||||
|
||||
. $topsrcdir/build/unix/mozconfig.linux
|
||||
. $topsrcdir/build/unix/mozconfig.tsan
|
||||
ac_add_options --disable-elf-hack
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
. "$topsrcdir/build/unix/mozconfig.unix"
|
||||
|
||||
export LLVM_SYMBOLIZER="$MOZ_FETCHES_DIR/llvm-symbolizer/bin/llvm-symbolizer"
|
||||
|
||||
# Enable TSan specific code and build workarounds
|
||||
|
Loading…
x
Reference in New Issue
Block a user