From: Martin Mares Date: Sat, 13 May 2023 12:28:41 +0000 (+0200) Subject: Makefile: Bumped C++ standard to gnu++17 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=65444824e308470f49b5e4f98fd1763b7da3bd24;p=paperjam.git Makefile: Bumped C++ standard to gnu++17 --- diff --git a/Makefile b/Makefile index 32c31b4..00337d8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PREFIX=/usr/local BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/share/man -CXXFLAGS=-O2 -Wall -Wextra -Wno-parentheses -std=gnu++11 -g +CXXFLAGS=-O2 -Wall -Wextra -Wno-parentheses -std=gnu++17 -g all: paperjam paperjam.1 paperjam.1.html