From 2159cfe01fe4f4edf95a4a9fccc34f7907b655fc Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 18 Sep 2020 20:48:00 +0200 Subject: [PATCH] contrib: osmo-trx: Drop explicit --without-sse Nowadays we have instruction set runtime detection, so there's no point in disabling it in the binary, specially because nowadays we run in sse capable host (despite in the past we didn't and there was no runtime detection, hence why was it explicitly disabled). Change-Id: I2ffdc60c7644bb514a3854965d17109e91dda800 --- contrib/jenkins-build-osmo-trx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/jenkins-build-osmo-trx.sh b/contrib/jenkins-build-osmo-trx.sh index f15a9e0b..57e0906a 100755 --- a/contrib/jenkins-build-osmo-trx.sh +++ b/contrib/jenkins-build-osmo-trx.sh @@ -32,6 +32,6 @@ make install # AddressSanitizer is not enabled on purpose since overhead affects the clocking. build_repo libosmocore --disable-doxygen -build_repo osmo-trx --without-sse --with-uhd --with-lms +build_repo osmo-trx --with-uhd --with-lms create_bin_tgz "osmo-trx-uhd osmo-trx-lms"