We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9174a9 commit 157bf37Copy full SHA for 157bf37
source/configs.bff
@@ -70,7 +70,7 @@
70
'-Wunguarded-availability'
71
'-Werror=unguarded-availability'
72
'-Wno-switch'
73
- '-std=c++2b'
+ '-std=c++23'
74
}
75
.Defines = {
76
'__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__'
@@ -90,7 +90,7 @@
90
// We use [[deprecated]] to keep track of some old API usage without the need to fix them asap.
91
'-Wno-error=deprecated-declarations'
92
93
- '-std=c++20'
94
95
]
96
@@ -196,7 +196,7 @@
196
'-Wno-unused-const-variable'
197
'-Wno-unused-private-field'
198
199
200
// Requires options for multithreading
201
'-pthread'
202
'-sSHARED_MEMORY=1'
0 commit comments