1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

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

View File

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