use C++17

This commit is contained in:
SCG82 2019-12-12 17:34:39 -08:00
parent 2b2b669a2c
commit 3b6d145fa5
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
DESTDIR= DESTDIR=
PREFIX=/usr/local PREFIX=/usr/local
CXX=clang++ CXX=clang++
CXXFLAGS=-O2 -std=c++11 CFLAGS=-O2
CXXFLAGS=-O2 -std=c++17
all: dylibbundler all: dylibbundler