mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			295 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			295 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/src/Makefile b/src/Makefile
 | |
| index 4636079..cddbe0d 100644
 | |
| --- a/src/Makefile
 | |
| +++ b/src/Makefile
 | |
| @@ -212,7 +212,7 @@ endif
 | |
|  FLTO = -flto
 | |
|  OPT_CFLAGS =
 | |
|  ifdef IS_GCC
 | |
| -OPT_CFLAGS += -O3 -mtune=generic # $(FLTO)
 | |
| +OPT_CFLAGS += -O3 # $(FLTO)
 | |
|  OPT_LIBS = # $(FLTO)
 | |
|  endif
 | |
|  ifdef IS_CLANG
 |