change c++ std from gnu++14 to c++14 ()

This commit is contained in:
Charles Kerr 2018-06-15 11:12:49 -05:00 committed by GitHub
parent fa79b40946
commit 2d15b8fe78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
],
},
}],