Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-08-08 04:42:48 -05:00 committed by GitHub
parent c0173f8b95
commit 97cc297242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,8 @@ config("opus_private_config") {
cflags += [
"/wd4305", # Disable truncation warning in celt/pitch.c .
"/wd4334", # Disable 32-bit shift warning in src/opus_encoder.c .
"-Xclang", "-fno-fast-math",
"/fp:precise",
"/clang:-fno-fast-math",
]
} else {
defines += [