Cplusplus level update to c++-17 (#127)

* Raised C++ level to c++-20

* Raspberry PI OS compiler does not yet support c++-20
This commit is contained in:
uweseimet 2021-07-09 18:38:48 +02:00 committed by GitHub
parent 910d3af525
commit 0f5baa8839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ else
BUILD_TYPE = Release
endif
CFLAGS += -iquote . -MD -MP
CXXFLAGS += -std=c++14 -iquote . -MD -MP
CXXFLAGS += -std=c++17 -iquote . -MD -MP
## EXTRA_FLAGS : Can be used to pass special purpose flags
CFLAGS += $(EXTRA_FLAGS)