Commit 4cc9f6f8 authored by Milad Farazmand's avatar Milad Farazmand Committed by Commit Bot

AIX: removing the hard coded gnu++11 flag

Recent CLs on V8 have been starting to use c++14 features,
such as this: https://chromium-review.googlesource.com/c/v8/v8/+/1786284

Having the hard coded "gnu++11" flag causes the compilation to fail on AIX.

Change-Id: Iffd74e3aed00711c8c344ea278b9533079f52ffa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789965Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694497}
parent 7c760597
......@@ -35,7 +35,6 @@ config("compiler") {
]
cflags_cc = [
"-std=gnu++11",
"-fno-rtti",
"-fno-exceptions",
"-Wno-narrowing",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment