Mercurial > hg > vamp-plugin-sdk
diff build/Makefile.osx @ 532:569fc23fa37a
Merge from branch c++11-mutex
author | Chris Cannam |
---|---|
date | Tue, 22 Oct 2019 12:23:53 +0100 |
parents | 57053d1ba746 |
children |
line wrap: on
line diff
--- a/build/Makefile.osx Wed Aug 14 14:58:04 2019 +0100 +++ b/build/Makefile.osx Tue Oct 22 12:23:53 2019 +0100 @@ -70,7 +70,7 @@ # Compile flags # CFLAGS += $(ARCHFLAGS) -fPIC -CXXFLAGS += $(ARCHFLAGS) -O2 -Wall -I. -I/usr/local/include -fPIC +CXXFLAGS += $(ARCHFLAGS) -std=c++11 -O2 -Wall -I. -I/usr/local/include -fPIC # Link flags common to all link targets #