mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
disabled formatcpp Wshadow warnings..
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CXX = g++
|
||||
CXXFLAGS = -g -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include
|
||||
CXXFLAGS = --march=native -Wall -Wshadow -Wextra -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include
|
||||
CXX_RELEASE_FLAGS = -O3 -flto
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user