From 7649b74ead4591c13073053422a14239f2c2b260 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 18 Jun 2016 02:32:19 +0300 Subject: Add -fuse-ld=gold http://stackoverflow.com/questions/37603238/fsanitize-not-using-gold-linker-in-gcc-6-1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 53fd2e008..7aa0c7000 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,9 +39,9 @@ matrix: - compiler: gcc env: CONFIGURE_FLAGS="--enable-debug --disable-renewal" - compiler: gcc - env: CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager" + env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager" - compiler: gcc - env: CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager --disable-renewal" + env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager --disable-renewal" notifications: email: false -- cgit v1.2.3-60-g2f50