mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Build with C++20
This commit is contained in:
parent
b3d2a05c59
commit
c5fd34a14e
6 changed files with 6 additions and 6 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