mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			227 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			227 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# set compilier optimization level
 | 
						|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
 | 
						|
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
 | 
						|
 | 
						|
# we can silent the assertion to save the binary footprint
 | 
						|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
 |