mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Fixed bench Makefile
This commit is contained in:
parent
0b7c505b50
commit
0da977f9c7
@ -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 = -O3 -flto
|
||||
CXX_RELEASE_FLAGS = -O3 -flto -Wl,--no-as-needed
|
||||
|
||||
|
||||
binaries=bench latency
|
||||
|
Loading…
Reference in New Issue
Block a user