mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Use -O3 flag in tests
This commit is contained in:
parent
79d55fd802
commit
7eb41ccf0f
@ -1,10 +1,10 @@
|
||||
CXX ?= g++
|
||||
ifeq ($(STYLE),printf)
|
||||
$(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
|
||||
$(info *** FORMAT STYLE ***)
|
||||
CXXFLAGS = -Wall -pedantic -std=c++11 -pthread -O2 -I../include
|
||||
CXXFLAGS = -Wall -pedantic -std=c++11 -pthread -O3 -I../include
|
||||
endif
|
||||
LDPFALGS = -pthread
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user