Fixed bench Makefile
This commit is contained in:
		
							parent
							
								
									05b68b8581
								
							
						
					
					
						commit
						ef5e7af68a
					
				@ -1,6 +1,6 @@
 | 
			
		||||
CXX	?= g++
 | 
			
		||||
CXX	= g++
 | 
			
		||||
CXXFLAGS	= -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include -fmax-errors=1
 | 
			
		||||
CXX_RELEASE_FLAGS = -Ofast -flto
 | 
			
		||||
CXX_RELEASE_FLAGS = -Ofast -flto -Wl,--no-as-needed
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
binaries=bench latency
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user