# HG changeset patch # User Chris Cannam # Date 1571298607 -3600 # Thu Oct 17 08:50:07 2019 +0100 # Node ID e44922ad9a5c5d0e9ed1ee5a10e9066e59375312 # Parent cc6ee764dfb64ac8ca28dd0947079f8ac8ebc584 Standard is C++98 diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CXXFLAGS := -O3 -Wall +CXXFLAGS := -O3 -Wall -std=c++98 default: libminibpm.a test