We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7da284 commit 3fc388cCopy full SHA for 3fc388c
4 files changed
config/base/base.mk
@@ -4,7 +4,7 @@ this_cxxflags += -Werror # treat warnings as errors
4
this_cxxflags += -Wfatal-errors # stop on first error encountered
5
this_cxxflags += -fstrict-aliasing # in order to comply with the c++ standard more strictly
6
this_cxxflags += -g # include debugging symbols
7
-this_cxxflags += -std=c++17
+this_cxxflags += -std=c++20
8
this_cxxflags += -fPIC # generate position independent code
9
10
this_ldlibs += -lstdc++
tests/harness/modules/ruis-render-opengl
tests/harness/modules/ruis-render-opengles
tests/harness/modules/ruisapp
0 commit comments