forked from lix-project/lix
configure.ac: We require C++14 now
At least in the main Makefile we have: GLOBAL_CXXFLAGS += -std=c++14 -g -Wall
This commit is contained in:
parent
4724903c78
commit
81c53fe8e5
|
@ -61,7 +61,7 @@ CFLAGS=
|
||||||
CXXFLAGS=
|
CXXFLAGS=
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AX_CXX_COMPILE_STDCXX_11
|
AX_CXX_COMPILE_STDCXX_14
|
||||||
|
|
||||||
|
|
||||||
# Use 64-bit file system calls so that we can support files > 2 GiB.
|
# Use 64-bit file system calls so that we can support files > 2 GiB.
|
||||||
|
|
Loading…
Reference in a new issue