disabled formatcpp Wshadow warnings..

This commit is contained in:
gabime
2014-12-02 02:24:30 +02:00
parent ed17c9a4a9
commit 5186aca671
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
CXX = g++
CXXFLAGS = -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
CXX_DEBUG_FLAGS= -g