Compile with gcc 4.8 and -std=c++11

This commit is contained in:
Paul Licameli 2016-02-11 19:53:14 -05:00
parent 2e552188b0
commit 575463252e
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ libaudacity_la_SOURCES = \
$(NULL)
audacity_CPPFLAGS = \
-std=c++11 \
-Wno-deprecated-declarations \
-D__STDC_CONSTANT_MACROS \
-DLIBDIR=\"$(libdir)\" \