Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
104c166c
Commit
104c166c
authored
Aug 15, 2016
by
Davis King
Browse files
updated makefile to give -std=c++11 flag
parent
d1035855
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/makefile
dlib/test/makefile
+1
-1
No files found.
dlib/test/makefile
View file @
104c166c
...
@@ -6,7 +6,7 @@ TARGET = dtest
...
@@ -6,7 +6,7 @@ TARGET = dtest
# these are the compile time flags passed to gcc
# these are the compile time flags passed to gcc
CXXFLAGS
?=
-ggdb
-Wall
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
# These are the link time flags passed to gcc
LFLAGS
=
-lpthread
-lnsl
LFLAGS
=
-lpthread
-lnsl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment