instead use std=c++11 on epel7

This commit is contained in:
Tom Callaway 2017-10-25 08:28:07 -04:00
parent 7abe45ef20
commit 530c35bcba

View File

@ -6,7 +6,7 @@ diff -up chromium-62.0.3202.62/tools/gn/bootstrap/bootstrap.py.epel7-noc++14 chr
'-fno-exceptions'
])
- cflags_cc.extend(['-std=c++14', '-Wno-c++11-narrowing'])
+ cflags_cc.extend(['-Wno-c++11-narrowing'])
+ cflags_cc.extend(['-std=c++11', '-Wno-c++11-narrowing'])
if is_aix:
cflags.extend(['-maix64'])
ldflags.extend([ '-maix64 -Wl,-bbigtoc' ])