From 575463252e153af9458332f573111c1083739142 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Thu, 11 Feb 2016 19:53:14 -0500 Subject: [PATCH] Compile with gcc 4.8 and -std=c++11 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index aab92081a..38968a4b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -47,6 +47,7 @@ libaudacity_la_SOURCES = \ $(NULL) audacity_CPPFLAGS = \ + -std=c++11 \ -Wno-deprecated-declarations \ -D__STDC_CONSTANT_MACROS \ -DLIBDIR=\"$(libdir)\" \