mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	Do not force to build with O3 optimization any more, but take what was selected by the OpenWrt build system. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			20 lines
		
	
	
		
			315 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			315 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/src/Makefile.am
 | |
| +++ b/src/Makefile.am
 | |
| @@ -45,8 +45,6 @@ endif !HAVE_GCC
 | |
|  
 | |
|  if ENABLE_DEBUG
 | |
|  used_gcc_cflags += -O1 -g
 | |
| -else
 | |
| -used_gcc_cflags += -O3
 | |
|  endif
 | |
|  
 | |
|  AM_CFLAGS = \
 | |
| @@ -92,7 +90,6 @@ endif
 | |
|  drvifxos_additional_cflags=\
 | |
|  	-DLINUX \
 | |
|  	-D__LINUX__ \
 | |
| -	-O \
 | |
|  	-D__KERNEL__ \
 | |
|  	-DMODULE \
 | |
|  	-DEXPORT_SYMTAB
 |