Use -O3 flag in tests
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
				
			|||||||
CXX	?= g++
 | 
					CXX	?= g++
 | 
				
			||||||
ifeq ($(STYLE),printf)
 | 
					ifeq ($(STYLE),printf)
 | 
				
			||||||
    $(info *** PRINTF STYLE ***)
 | 
					    $(info *** PRINTF STYLE ***)
 | 
				
			||||||
    CXXFLAGS	=  -DSPDLOG_FMT_PRINTF -Wall  -pedantic -std=c++11 -pthread -O2 -I../include
 | 
					    CXXFLAGS	=  -DSPDLOG_FMT_PRINTF -Wall  -pedantic -std=c++11 -pthread -O3 -I../include
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    $(info *** FORMAT STYLE ***)
 | 
					    $(info *** FORMAT STYLE ***)
 | 
				
			||||||
    CXXFLAGS	=  -Wall  -pedantic -std=c++11 -pthread -O2 -I../include
 | 
					    CXXFLAGS	=  -Wall  -pedantic -std=c++11 -pthread -O3 -I../include
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
LDPFALGS = -pthread
 | 
					LDPFALGS = -pthread
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user