mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Updated latency makefile
This commit is contained in:
parent
665b708e6e
commit
7377bfcf07
@ -1,5 +1,5 @@
|
|||||||
CXX ?= g++
|
CXX ?= g++
|
||||||
CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include -fmax-errors=1
|
CXXFLAGS = -march=native -Wall -Wextra -pedantic -Wconversion -std=c++11 -pthread -I../include -fmax-errors=1
|
||||||
CXX_RELEASE_FLAGS = -Ofast -flto -Wl,--no-as-needed
|
CXX_RELEASE_FLAGS = -Ofast -flto -Wl,--no-as-needed
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user