Commit 104c166c authored by Davis King's avatar Davis King

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

parent d1035855
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment