Makefile: Target C++17 instead of C++2a

This commit is contained in:
Luke Street 2022-07-04 14:38:53 -04:00 committed by Simon Lindholm
parent 3b181ab40a
commit d29a78e862
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
all: wibo
CXXFLAGS = -Wall -g -m32 -std=c++2a -lstdc++ -MD
CXXFLAGS = -Wall -g -m32 -std=c++17 -lstdc++ -MD
LDFLAGS = -lstdc++fs
BUILD_DIR := build