aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn/BUILD.gn')
-rw-r--r--gn/BUILD.gn4
1 files changed, 1 insertions, 3 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 8b4f953763..e7fffa2ab9 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -112,9 +112,7 @@ config("default") {
"-mfpu=neon",
"-mthumb",
]
- } else if (current_cpu == "x86" && is_win) {
- cflags += [ "/arch:SSE2" ]
- } else if (current_cpu == "x86") {
+ } else if (current_cpu == "x86" && !is_win) {
asmflags += [ "-m32" ]
cflags += [
"-m32",