diff --git a/make/unittest.mk b/make/unittest.mk index c932d9132..3ddc57533 100644 --- a/make/unittest.mk +++ b/make/unittest.mk @@ -27,7 +27,7 @@ CPPFLAGS += -I$(GTEST_DIR)/include # Flags passed to the C++ compiler. -CXXFLAGS += -g -Wall -Wextra -std=gnu++0x +CXXFLAGS += -g -Wall -Wextra # Google Test needs the pthread library LDFLAGS += -lpthread