[[build] Force gnu++98 standard
This commit is contained in:
parent
2815aeace9
commit
8b792f5c79
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
|||||||
|
v0.6.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Fix recent regression in thin_repair.
|
||||||
|
Force g++-98 dialect
|
||||||
|
|
||||||
v0.6.1
|
v0.6.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ TOP_DIR:=@top_srcdir@
|
|||||||
TOP_BUILDDIR:=@top_builddir@
|
TOP_BUILDDIR:=@top_builddir@
|
||||||
CFLAGS+=-g -Wall -O3
|
CFLAGS+=-g -Wall -O3
|
||||||
CFLAGS+=@LFS_FLAGS@
|
CFLAGS+=@LFS_FLAGS@
|
||||||
CXXFLAGS+=-g -Wall -fno-strict-aliasing
|
CXXFLAGS+=-g -Wall -fno-strict-aliasing -std=gnu++98
|
||||||
CXXFLAGS+=@CXXOPTIMISE_FLAG@
|
CXXFLAGS+=@CXXOPTIMISE_FLAG@
|
||||||
CXXFLAGS+=@CXXDEBUG_FLAG@
|
CXXFLAGS+=@CXXDEBUG_FLAG@
|
||||||
CXXFLAGS+=@CXX_STRERROR_FLAG@
|
CXXFLAGS+=@CXX_STRERROR_FLAG@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user