Merge branch 'next' of github.com:srsLTE/srsLTE into next

This commit is contained in:
Ismael Gomez 2017-02-08 22:29:06 +01:00
commit efcfc2f0d1
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ if(RF_FOUND)
list(APPEND SOURCES_RF rf_blade_imp.c)
endif (BLADERF_FOUND)
add_compile_options(-march=native -mfpmath=sse -mno-avx -msse4.1)
add_library(srslte_rf SHARED ${SOURCES_RF})
@ -47,4 +46,4 @@ if(RF_FOUND)
INSTALL(TARGETS srslte_rf DESTINATION ${LIBRARY_DIR})
SRSLTE_SET_PIC(srslte_rf)
endif(RF_FOUND)
endif(RF_FOUND)