Do not set -fsjlj-exceptions locally for Windows am: 9057c2f748

Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/1424491

Change-Id: I783fc3542a7bd6a26fed0d4d67f83b4ebd09b2ee
This commit is contained in:
Pirama Arumuga Nainar
2020-09-11 01:00:24 +00:00
committed by Automerger Merge Worker

View File

@@ -42,11 +42,6 @@ cc_defaults {
"-UWIN32_LEAN_AND_MEAN", "-UWIN32_LEAN_AND_MEAN",
], ],
}, },
windows_x86: {
cflags: [
"-fsjlj-exceptions",
],
},
}, },
} }