summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-18 02:32:19 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-18 02:36:59 +0300
commit7649b74ead4591c13073053422a14239f2c2b260 (patch)
treef7733f8da04c70755a37814bfbc919ea83e0a2cd /.travis.yml
parent93a2c7366ba1adcb5c28d9113a2ea46c0473f82f (diff)
downloadhercules-7649b74ead4591c13073053422a14239f2c2b260.tar.gz
hercules-7649b74ead4591c13073053422a14239f2c2b260.tar.bz2
hercules-7649b74ead4591c13073053422a14239f2c2b260.tar.xz
hercules-7649b74ead4591c13073053422a14239f2c2b260.zip
Add -fuse-ld=gold
http://stackoverflow.com/questions/37603238/fsanitize-not-using-gold-linker-in-gcc-6-1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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