Enable c++17 on linux
This commit is contained in:
parent
ffdccfdb63
commit
84be9561ff
1 changed files with 1 additions and 3 deletions
|
@ -587,9 +587,7 @@ config("compiler") {
|
|||
|
||||
cflags_c += [ "-std=${standard_prefix}11" ]
|
||||
|
||||
# TODO(https://crbug.com/1273966): Use C++17 with is_cfi and is_linux once
|
||||
# CFI works with -std=c++17.
|
||||
if ((is_nacl && !is_nacl_saigo) || is_cfi || is_linux) {
|
||||
if ((is_nacl && !is_nacl_saigo) {
|
||||
# This is for the pnacl_newlib toolchain. It's only used to build
|
||||
# a few independent ppapi test files that don't pull in any other
|
||||
# dependencies.
|
||||
|
|
Loading…
Reference in a new issue