set -std=c++20 in Makefile

This commit is contained in:
Tomasz Sowa 2021-02-17 18:07:05 +01:00
parent 3191369ece
commit 5fe843d76b
1 changed files with 1 additions and 1 deletions

View File

@ -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