From 4462a3c4e3d449eae4628b2dce4306cec973cfca Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 2 Dec 2014 02:26:25 +0200 Subject: [PATCH] disabled formatcpp Wshadow warnings.. --- bench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Makefile b/bench/Makefile index 30781eea..4ffd5455 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -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