mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Updated latency makefile
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user