From 4e8db3cc7b91d757659d15fa69a6e78ec342982e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 6 Oct 2016 10:56:12 +0200 Subject: [PATCH] travis: enable gold linker when NOT on OSX --- tests/ci/run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/ci/run.sh b/tests/ci/run.sh index 83fd6569..2d1d192d 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -8,8 +8,6 @@ LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS --localstatedir=/var --sysconfdir=/etc --p case "$(uname -s)" in Linux) LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS --enable-sanitizers" - ;; - Darwin) LLDPD_CONFIG_ARGS="$LLDPD_CONFIG_ARGS LDFLAGS=-fuse-ld=gold" ;; esac -- 2.39.5