mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk.
This commit is contained in:
		
							parent
							
								
									1d2f231cc1
								
							
						
					
					
						commit
						cce71a74e7
					
				| @ -145,7 +145,7 @@ endif | |||||||
| DEPENDENCY_FILES = $(OBJECT_FILES:%.o=%.d) | DEPENDENCY_FILES = $(OBJECT_FILES:%.o=%.d) | ||||||
| 
 | 
 | ||||||
| # Create a list of common flags to pass to the compiler/linker/assembler | # Create a list of common flags to pass to the compiler/linker/assembler | ||||||
| BASE_CC_FLAGS    :=  | BASE_CC_FLAGS    := -pipe | ||||||
| ifeq ($(ARCH), AVR8) | ifeq ($(ARCH), AVR8) | ||||||
|    BASE_CC_FLAGS += -mmcu=$(MCU) -gdwarf-2 -fshort-enums -fno-inline-small-functions -fpack-struct |    BASE_CC_FLAGS += -mmcu=$(MCU) -gdwarf-2 -fshort-enums -fno-inline-small-functions -fpack-struct | ||||||
| else ifeq ($(ARCH), XMEGA) | else ifeq ($(ARCH), XMEGA) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera