Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-04-19 18:37:21 -05:00 committed by GitHub
parent 02a5c70db3
commit 1c86561cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -539,11 +539,6 @@ config("compiler") {
}
}
# TODO(crbug.com/1235145): Investigate why/if this should be needed.
if (is_win) {
cflags += [ "/clang:-ffp-contract=off" ]
}
# TODO(crbug.com/1290191): Some ios tests fail without this.
if (is_ios) {
cflags += [