mirror of https://github.com/wb2osz/direwolf.git
				
				
				
			Do not overwrite existing CFLAGS and LDFLAGS
This commit is contained in:
		
							parent
							
								
									209a858a6a
								
							
						
					
					
						commit
						04bf833cd0
					
				| 
						 | 
					@ -12,9 +12,9 @@ all :  $(APPS) direwolf.desktop direwolf.conf
 | 
				
			||||||
	@echo " "
 | 
						@echo " "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CC := gcc
 | 
					CC := gcc
 | 
				
			||||||
CFLAGS := -O3 -pthread -Igeotranz
 | 
					CFLAGS += -O3 -pthread -Igeotranz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LDFLAGS := -lm -lpthread -lrt
 | 
					LDFLAGS += -lm -lpthread -lrt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue