aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2020-08-14 23:35:47 +0200
committerTimo Weingärtner <timo@tiwe.de>2020-08-14 23:35:47 +0200
commitf8351aef302fa2da6183096fdf0013b2f29900ae (patch)
treed0415307c77884524236d0534141d2c3f1491a4c /Makefile
parent6036ef52c956d8de14279b6f160ece60ae596eae (diff)
downloadssh-agent-filter-f8351aef302fa2da6183096fdf0013b2f29900ae.tar.gz
upgrade to C++17
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c6a8a4..6fbf4e1 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
CXXFLAGS ?= -g -O2 -Wall -Wold-style-cast
CPPFLAGS += -D_FILE_OFFSET_BITS=64
-CXXFLAGS += -std=c++11
+CXXFLAGS += -std=c++17
LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle -lpthread
all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1