We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcf32c commit bef575dCopy full SHA for bef575d
build/config/compiler/BUILD.gn
@@ -175,6 +175,10 @@ declare_args() {
175
# a reproducer file to be saved.
176
save_reproducers_on_lld_crash = false
177
178
+ # Allow projects that wish to stay on C++17 to override Chromium's default.
179
+ # TODO(crbug.com/1402249): evaluate removing this end of 2023
180
+ use_cxx17 = false
181
+
182
# Enable ShadowCallStack for compiled binaries. SCS stores a pointer to a
183
# shadow call stack in register x18. Hence, x18 must not be used by the OS
184
# or libraries. We assume that to be the case for high end Android
0 commit comments