[[build] Force gnu++98 standard

This commit is contained in:
Joe Thornber 2016-02-16 15:02:29 +00:00
parent 2815aeace9
commit 8b792f5c79
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
v0.6.2
======
Fix recent regression in thin_repair.
Force g++-98 dialect
v0.6.1
======

View File

@ -105,7 +105,7 @@ TOP_DIR:=@top_srcdir@
TOP_BUILDDIR:=@top_builddir@
CFLAGS+=-g -Wall -O3
CFLAGS+=@LFS_FLAGS@
CXXFLAGS+=-g -Wall -fno-strict-aliasing
CXXFLAGS+=-g -Wall -fno-strict-aliasing -std=gnu++98
CXXFLAGS+=@CXXOPTIMISE_FLAG@
CXXFLAGS+=@CXXDEBUG_FLAG@
CXXFLAGS+=@CXX_STRERROR_FLAG@

View File

@ -1 +1 @@
0.6.1
0.6.2-rc3