mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
Revert "Drop support for pre-c++11 compilers."
The breakage this fixed can be worked around without removing support.
This reverts commit 84a13dc576
.
This commit is contained in:
parent
ecc2c8f464
commit
f040159f77
3 changed files with 9 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ makefiles = \
|
|||
doc/manual/local.mk \
|
||||
tests/local.mk
|
||||
|
||||
GLOBAL_CXXFLAGS += -std=c++11 -g -Wall
|
||||
GLOBAL_CXXFLAGS += -std=c++0x -g -Wall
|
||||
|
||||
include Makefile.config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue