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
This commit is contained in:
Pau Espin 2020-09-18 20:48:00 +02:00
parent 7cb6badec1
commit 2159cfe01f
1 changed files with 1 additions and 1 deletions

View File

@ -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"