From 5fe843d76b006d058baa03a5b3f90f0d7b87aac6 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Wed, 17 Feb 2021 18:07:05 +0100 Subject: [PATCH] set -std=c++20 in Makefile --- winixd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winixd/Makefile b/winixd/Makefile index b615ac1..a362318 100644 --- a/winixd/Makefile +++ b/winixd/Makefile @@ -27,7 +27,7 @@ endif # CXX = g++-4.8 ifndef CXXFLAGS -CXXFLAGS = -Wall -O0 -g -fPIC -pthread -std=c++17 -I/usr/local/include -I/usr/include/postgresql -DEZC_HAS_SPECIAL_STREAM +CXXFLAGS = -Wall -O0 -g -fPIC -pthread -std=c++20 -I/usr/local/include -I/usr/include/postgresql -DEZC_HAS_SPECIAL_STREAM endif ifndef AR