1
0
Fork 0
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:
Eelco Dolstra 2023-01-31 23:14:11 +01:00
parent 31bb87519f
commit aaf8b1b150

View file

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