Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-08-08 04:54:34 -05:00 committed by GitHub
parent 5d8982aaac
commit f97b9feef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ config("opus_private_config") {
"/wd4334", # Disable 32-bit shift warning in src/opus_encoder.c .
"/fp:precise",
"/clang:-fno-fast-math",
"/clang:-Wno-error",
"/clang:-Wno-overriding-t-option",
]
} else {