airspy / airspyone_host

AirSpy's usemode driver and associated tools
http://airspy.com
245 stars 88 forks source link

Removed unnecessary optimization flags from CMakeLists.txt files #67

Closed leonsal closed 4 years ago

leonsal commented 4 years ago

These flags were specific for gcc/clang and prevented the optimization when compiling on Windows using MSVC.

bvernoux commented 4 years ago

Thanks for your contribution