|  | @@ -5,7 +5,6 @@ LIBS = -lbsd -lboost_system -lboost_thread -pthread
 | 
	
		
			
				|  |  |  FLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY #-DDEBUG 
 | 
	
		
			
				|  |  |  DEBUGFLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY -DDEBUG 
 | 
	
		
			
				|  |  |  build: ot_blinds.cpp ot_blinds.h
 | 
	
		
			
				|  |  | -	touch gamma0 x0 y0 x1 y1 gamma1
 | 
	
		
			
				|  |  |  	g++ -DECCLVL=251 -I ~/OTExtension/extern/ENCRYPTO_utils/src/ -I ~/OTExtension/ -O3 -DNDEBUG -std=gnu++17 -o ot_blinds.cpp.o -c ot_blinds.cpp
 | 
	
		
			
				|  |  |  	g++ -O3 -DNDEBUG ot_blinds.cpp.o -o OT external/libaby.a external/libencrypto_utils.a -lstdc++fs external/libotextension.a external/libencrypto_utils.a external/librelic_s.a -lpthread -l boost_system -l boost_thread -l gmp -l gmpxx -l crypto
 | 
	
		
			
				|  |  |  
 |