mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-24 03:32:31 +00:00
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:
parent
910d3af525
commit
0f5baa8839
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user