changeset 291:bc6767398eec

Change from -std=c++11 to c++17 in preparation for Qt6.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 May 2023 12:04:59 +0300
parents 755fe3f8c08f
children 47ecb4b14e3e
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Tue May 09 12:04:24 2023 +0300
+++ b/Makefile.gen	Tue May 09 12:04:59 2023 +0300
@@ -2,7 +2,7 @@
 ### Compiler flags
 ###
 CFLAGS += -W -Wall -Wextra
-CXXFLAGS += -W -Wall -Wextra -std=c++11
+CXXFLAGS += -W -Wall -Wextra -std=c++17
 
 ifneq ($(ASAN),)
 XCFLAGS = -fsanitize=address