Skip to content
Snippets Groups Projects
Commit 2cfb0505 authored by Ed Griffiths's avatar Ed Griffiths
Browse files

Move to c++11 standard. - BUILD

parent 82fc3930
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#AM_CPPFLAGS = -g -Wall $(DEPS_CFLAGS) -I$(top_srcdir)
AM_CPPFLAGS = $(DEPS_CFLAGS) -I$(top_srcdir)
AM_CXXFLAGS = -std=c++0x -g -Wall
AM_CXXFLAGS = -std=c++11 -g -Wall
......
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