move to C++17

This commit is contained in:
Brad Grantham 2020-12-11 22:00:48 -08:00
parent ca58c87abf
commit 155690cdaa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
INCFLAGS += -I/opt/local/include
CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++11 -O2
CXXFLAGS += $(INCFLAGS) -g -Wall --std=c++17 -O2
LDFLAGS += -L/opt/local/lib
LDLIBS += -lglfw -lao -framework OpenGL -framework Cocoa -framework IOkit