diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-18 02:32:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-18 02:36:59 +0300 |
commit | 7649b74ead4591c13073053422a14239f2c2b260 (patch) | |
tree | f7733f8da04c70755a37814bfbc919ea83e0a2cd | |
parent | 93a2c7366ba1adcb5c28d9113a2ea46c0473f82f (diff) | |
download | hercules-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
-rw-r--r-- | .travis.yml | 4 |
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 |