change c++ std from gnu++14 to c++14 (#13248)
This commit is contained in:
parent
fa79b40946
commit
2d15b8fe78
1 changed files with 3 additions and 3 deletions
|
@ -180,7 +180,7 @@
|
|||
}],
|
||||
['OS=="linux" and _toolset=="target"', {
|
||||
'cflags_cc': [
|
||||
'-std=gnu++14',
|
||||
'-std=c++14',
|
||||
'-nostdinc++',
|
||||
'-isystem<(libchromiumcontent_src_dir)/buildtools/third_party/libc++/trunk/include',
|
||||
'-isystem<(libchromiumcontent_src_dir)/buildtools/third_party/libc++abi/trunk/include',
|
||||
|
@ -191,7 +191,7 @@
|
|||
}],
|
||||
['OS=="linux" and _toolset=="host"', {
|
||||
'cflags_cc': [
|
||||
'-std=gnu++14',
|
||||
'-std=c++14',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
@ -207,7 +207,7 @@
|
|||
],
|
||||
'target_defaults': {
|
||||
'cflags_cc': [
|
||||
'-std=gnu++14',
|
||||
'-std=c++14',
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
|
Loading…
Add table
Reference in a new issue