mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	https://github.com/f4exb/sdrangel SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube
		
			
				
	
	
		
			15 lines
		
	
	
		
			463 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			463 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| disable the completely useless -march= option detective for native
 | |
| --
 | |
| diff --git a/cmake/Modules/CompilerOptions.cmake b/cmake/Modules/CompilerOptions.cmake
 | |
| index db06105..a3d8ed0 100644
 | |
| --- a/cmake/Modules/CompilerOptions.cmake
 | |
| +++ b/cmake/Modules/CompilerOptions.cmake
 | |
| @@ -1,7 +1,5 @@
 | |
|  include_guard(GLOBAL)
 | |
|  
 | |
| -include(DetectArchitecture)
 | |
| -
 | |
|  if (NOT APPLE)
 | |
|    set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)
 | |
|    message(STATUS "Interprocedural optimization enabled")
 |