From 3b6d145fa5943cb7669695c69159f83acecc031c Mon Sep 17 00:00:00 2001 From: SCG82 Date: Thu, 12 Dec 2019 17:34:39 -0800 Subject: [PATCH] use C++17 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e77831..117aa00 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ DESTDIR= PREFIX=/usr/local CXX=clang++ -CXXFLAGS=-O2 -std=c++11 +CFLAGS=-O2 +CXXFLAGS=-O2 -std=c++17 all: dylibbundler