Commit 4c1b8c87 by Alexis Hetu Committed by Alexis Hétu

Removed redundant flag

"-Wno-error=header-hygiene" was redundant with "-Wno-header-hygiene". Removed it. Change-Id: I5b75e8d42ef78c230cf064372f99db7950caf262 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/27868Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Presubmit-Ready: Alexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 2e96bac8
...@@ -55,9 +55,7 @@ config("swiftshader_llvm_private_config") { ...@@ -55,9 +55,7 @@ config("swiftshader_llvm_private_config") {
} }
if (is_clang) { if (is_clang) {
cflags += [ "-Wno-header-hygiene", cflags += [ "-Wno-header-hygiene" ]
"-Wno-error=header-hygiene"
]
if (target_cpu == "x86" || target_cpu == "x64") { if (target_cpu == "x86" || target_cpu == "x64") {
cflags += [ "-msse2" ] cflags += [ "-msse2" ]
} }
......
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