mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated makefile to give -std=c++11 flag
This commit is contained in:
parent
d103585570
commit
104c166c83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user