mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	If this option is enabled, the objects under lib/ directory are compiled with speed optimization, not size optimization. (Currently, only used by some Blackfin boards.) Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			221 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			221 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Library routines"
 | |
| 
 | |
| config CC_OPTIMIZE_LIBS_FOR_SPEED
 | |
| 	bool "Optimize libraries for speed"
 | |
| 	help
 | |
| 	  Enabling this option will pass "-O2" to gcc when compiling
 | |
| 	  under "lib" directory.
 | |
| 
 | |
| 	  If unsure, say N.
 | |
| 
 | |
| endmenu
 |