mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Use C++20
This is needed for std::span.
This commit is contained in:
parent
31bb87519f
commit
aaf8b1b150
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -36,4 +36,4 @@ endif
|
|||
|
||||
include mk/lib.mk
|
||||
|
||||
GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17 -I src
|
||||
GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++20 -I src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue