mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-03 19:50:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			207 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			207 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CCFLAGS  = -Wall -Wextra -Werror -O3 -I../include -ggdb -fpic
 | 
						|
# CCFLAGS  = -Wall -Wextra -Werror -O0 -I../include -ggdb -fpic
 | 
						|
CFLAGS   = $(CCFLAGS) -std=c99
 | 
						|
CXXFLAGS = $(CCFLAGS) -std=c++11 -Wold-style-cast
 |