Revert changes

Revert to std=c++11.
This commit is contained in:
Alessandro Pischedda 2018-01-18 09:13:19 +01:00 committed by GitHub
parent 97124dc604
commit 4c2ef4adb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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