1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Build with C++20

This commit is contained in:
Graham Bennett 2022-10-22 14:24:25 +01:00
parent b3d2a05c59
commit c5fd34a14e
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
makefiles = local.mk
GLOBAL_CXXFLAGS += -g -Wall -std=c++17 -I ../src
GLOBAL_CXXFLAGS += -g -Wall -std=c++20 -I ../src
-include Makefile.config