Skip to content

Commit

Permalink
PATCH: Re-add use_cxx17
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 2, 2023
1 parent d2c15c4 commit 095229a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ declare_args() {
# a reproducer file to be saved.
save_reproducers_on_lld_crash = false

# Allow projects that wish to stay on C++17 to override Chromium's default.
# TODO(crbug.com/1402249): evaluate removing this end of 2023
use_cxx17 = false

# Enable ShadowCallStack for compiled binaries. SCS stores a pointer to a
# shadow call stack in register x18. Hence, x18 must not be used by the OS
# or libraries. We assume that to be the case for high end Android
Expand Down

0 comments on commit 095229a

Please sign in to comment.