Revert "Not treat infinite-recursion as error"
				
					
				
			This reverts commit 759bb34113.
			
			
This commit is contained in:
		
							parent
							
								
									759bb34113
								
							
						
					
					
						commit
						84a1bdb5aa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -56,7 +56,7 @@ LD = $(TOOLPREFIX)ld
 | 
			
		|||
OBJCOPY = $(TOOLPREFIX)objcopy
 | 
			
		||||
OBJDUMP = $(TOOLPREFIX)objdump
 | 
			
		||||
 | 
			
		||||
CFLAGS = -Wall -Werror -Wno-error=infinite-recursion -O -fno-omit-frame-pointer -ggdb
 | 
			
		||||
CFLAGS = -Wall -Werror -O -fno-omit-frame-pointer -ggdb
 | 
			
		||||
CFLAGS += -MD
 | 
			
		||||
CFLAGS += -mcmodel=medany
 | 
			
		||||
CFLAGS += -ffreestanding -fno-common -nostdlib -mno-relax
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue