From 4c2ef4adb49ed111ed28b57e668c3947a1a83570 Mon Sep 17 00:00:00 2001 From: Alessandro Pischedda Date: Thu, 18 Jan 2018 09:13:19 +0100 Subject: [PATCH] Revert changes Revert to std=c++11. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index e27d884..ee7f59c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ CPP = g++ -CPPFLAGS = -Wall -c -I. -O2 -flto -std=c++14 -g +CPPFLAGS = -Wall -c -I. -O2 -flto -std=c++11 -g LD = g++ LDFLAGS = -lamqpcpp -lcopernica_event -lcopernica_network -lev RESULT = a.out