Update BUILD.gn
This commit is contained in:
parent
02a5c70db3
commit
1c86561cc3
1 changed files with 0 additions and 5 deletions
|
@ -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 += [
|
||||
|
|
Loading…
Reference in a new issue