Commit d0b7069f by Alexis Hetu Committed by Alexis Hétu

Removed extra '-Wall' flag

The '-Wall' flag is already specified in Chromium and this '-Wall' flag invalidates any previous '-Wno-*' flags. Removing it solves the compilation issue. Change-Id: Iceefb63ff7e04c55884cf26bbde0d62ffb74b217 Reviewed-on: https://swiftshader-review.googlesource.com/11208Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 9441b072
...@@ -36,7 +36,6 @@ config("swiftshader_config") { ...@@ -36,7 +36,6 @@ config("swiftshader_config") {
} else { } else {
cflags = [ cflags = [
"-std=c++11", "-std=c++11",
"-Wall",
"-fno-exceptions", "-fno-exceptions",
"-fno-operator-names", "-fno-operator-names",
"-ffunction-sections", "-ffunction-sections",
......
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