Skip to content

Commit 3fc388c

Browse files
committed
c++20
1 parent a7da284 commit 3fc388c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/base/base.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ this_cxxflags += -Werror # treat warnings as errors
44
this_cxxflags += -Wfatal-errors # stop on first error encountered
55
this_cxxflags += -fstrict-aliasing # in order to comply with the c++ standard more strictly
66
this_cxxflags += -g # include debugging symbols
7-
this_cxxflags += -std=c++17
7+
this_cxxflags += -std=c++20
88
this_cxxflags += -fPIC # generate position independent code
99

1010
this_ldlibs += -lstdc++

tests/harness/modules/ruisapp

0 commit comments

Comments
 (0)