mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
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=
|
||||
AC_PROG_CC
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user