1
0
Fork 0
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:
Shea Levy 2014-10-20 11:33:48 -04:00
parent ecc2c8f464
commit f040159f77
3 changed files with 9 additions and 2 deletions

View file

@ -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