From 3ce586feb7224831dd832117d30aebd35a2c75b6 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Tue, 24 Nov 2015 11:35:14 +0000 Subject: [PATCH] test: Remove duplicate flags from Makefile.am --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 473e9089..f3b407b1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -8,7 +8,7 @@ GMOCK_DIR = gmock-1.7.0 GTEST_DIR = $(GMOCK_DIR)/gtest # Note use of -isystem to force use of local gMock/gTest even if there's an installed version. CPPFLAGS += -I$(ARES_SRC_DIR) -isystem $(GTEST_DIR)/include -isystem $(GMOCK_DIR)/include -CXXFLAGS += -Wall --std=c++11 -g $(PTHREAD_CFLAGS) +CXXFLAGS += -Wall $(PTHREAD_CFLAGS) TESTS = arestest