diff options
author | Graham Bennett <graham@grahambennett.org> | 2022-10-22 14:24:25 +0100 |
---|---|---|
committer | Graham Bennett <graham@grahambennett.org> | 2022-10-22 14:24:25 +0100 |
commit | c5fd34a14e2a271b66839b35f500caeae3368be2 (patch) | |
tree | ddc6d10090e07ab6695a44972313994352fca284 /Makefile | |
parent | b3d2a05c59266688aa904d5fb326394cbb7e9e90 (diff) |
Build with C++20
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |