updated makefile to give -std=c++11 flag

This commit is contained in:
Davis King 2016-08-15 18:08:39 -04:00
parent d103585570
commit 104c166c83

View File

@ -6,7 +6,7 @@ TARGET = dtest
# these are the compile time flags passed to gcc
CXXFLAGS ?= -ggdb -Wall
CPPFLAGS ?= -DDEBUG -DDLIB_NO_GUI_SUPPORT -I../..
CPPFLAGS ?= -std=c++11 -DDEBUG -DDLIB_NO_GUI_SUPPORT -I../..
# These are the link time flags passed to gcc
LFLAGS = -lpthread -lnsl