From 207d04353f486954b6ec9579078df91cd989379d Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 20 Dec 2014 19:31:31 +0200 Subject: [PATCH] removed Wshadow from bench so boost bench won't produce so many warnings --- bench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Makefile b/bench/Makefile index f1bb6790..46b8b853 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -1,5 +1,5 @@ CXX = g++ -CXXFLAGS = -march=native -Wall -Wshadow -Wextra -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include +CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include CXX_RELEASE_FLAGS = -O3 -flto