mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Use -O3 flag in tests
This commit is contained in:
parent
79d55fd802
commit
7eb41ccf0f
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user