Update Makefile
Use c++14 in order to use 'initialization lambda'
This commit is contained in:
parent
b25bd583a3
commit
fff71d21a8
|
|
@ -1,5 +1,5 @@
|
||||||
CPP = g++
|
CPP = g++
|
||||||
CPPFLAGS = -Wall -c -I. -O2 -flto -std=c++11 -g
|
CPPFLAGS = -Wall -c -I. -O2 -flto -std=c++14 -g
|
||||||
LD = g++
|
LD = g++
|
||||||
LDFLAGS = -lamqpcpp -lcopernica_event -lcopernica_network -lev
|
LDFLAGS = -lamqpcpp -lcopernica_event -lcopernica_network -lev
|
||||||
RESULT = a.out
|
RESULT = a.out
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue