Bug 1874684 - Part 6: Limit day length calculations to safe integers. r=mgaudet
[gecko.git] / build / unix / mozconfig.tsan
blobf38a16a28f50039f235a86d197e4be317bf26a53
1 export LLVM_SYMBOLIZER="$MOZ_FETCHES_DIR/llvm-symbolizer/bin/llvm-symbolizer"
3 # Enable TSan specific code and build workarounds
4 ac_add_options --enable-thread-sanitizer
6 # The ThreadSanitizer is not compatible with sandboxing
7 # (see bug 1182565)
8 ac_add_options --disable-sandbox
10 # These are required by TSan
11 ac_add_options --disable-jemalloc
12 ac_add_options --disable-crashreporter
13 ac_add_options --disable-profiling
15 # Keep symbols to symbolize TSan traces
16 ac_add_options --enable-debug-symbols
17 ac_add_options --disable-install-strip