mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
makefile fix
This commit is contained in:
parent
b5acec0465
commit
6e52ca0eb0
@ -1,4 +1,4 @@
|
||||
CXX = /usr/bin/g++-4.8
|
||||
CXX = g++
|
||||
CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include
|
||||
CXX_RELEASE_FLAGS = -O3 -flto
|
||||
CXX_DEBUG_FLAGS= -g
|
||||
|
Loading…
Reference in New Issue
Block a user