From 26859306a2affd060fb4ebebed7525a5d88e967c Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 11 Feb 2018 23:59:49 +0330 Subject: 2 major bug fixed for bruiser, a lot of little improvements and bug fixed here and there --- test/m0-cpp-smoke/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/m0-cpp-smoke/makefile') diff --git a/test/m0-cpp-smoke/makefile b/test/m0-cpp-smoke/makefile index dfec4a2..b341a3f 100644 --- a/test/m0-cpp-smoke/makefile +++ b/test/m0-cpp-smoke/makefile @@ -1,7 +1,7 @@ TARGET=m0-cpp-smoke CXX?=clang++ # you should change the include path to one that is right for you -CXX_FLAGS=-I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -std=c++14 +CXX_FLAGS=-I/usr/lib/gcc/x86_64-redhat-linux/7.3.1/include -std=c++14 .DEFAULT:all clean -- cgit v1.2.3