Skip to content

Commit bef575d

Browse files
committed
PATCH: Re-add use_cxx17
1 parent 9bcf32c commit bef575d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/config/compiler/BUILD.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ declare_args() {
175175
# a reproducer file to be saved.
176176
save_reproducers_on_lld_crash = false
177177

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+
178182
# Enable ShadowCallStack for compiled binaries. SCS stores a pointer to a
179183
# shadow call stack in register x18. Hence, x18 must not be used by the OS
180184
# or libraries. We assume that to be the case for high end Android

0 commit comments

Comments
 (0)