[tbb-commits] [tor-browser/tor-browser-68.1.0esr-9.0-2] Bug 31450: Setting proper BINDGEN_CFLAGS
boklm at torproject.org
boklm at torproject.org
Tue Sep 10 19:39:48 UTC 2019
commit 56be840ce8e2c852bb040b39640db812a714a73b
Author: Georg Koppen <gk at torproject.org>
Date: Sun Sep 8 14:54:53 2019 +0000
Bug 31450: Setting proper BINDGEN_CFLAGS
---
.mozconfig-asan | 1 +
1 file changed, 1 insertion(+)
diff --git a/.mozconfig-asan b/.mozconfig-asan
index 04dd4373cd1f..8748f5825d3e 100644
--- a/.mozconfig-asan
+++ b/.mozconfig-asan
@@ -15,6 +15,7 @@ export HOST_LDFLAGS="-ldl"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj- at CONFIG_GUESS@
mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
export MOZILLA_OFFICIAL=1
+export BINDGEN_CFLAGS='--gcc-toolchain=/var/tmp/dist/gcc'
ac_add_options --enable-address-sanitizer
ac_add_options --disable-jemalloc
More information about the tbb-commits
mailing list