Update BUILD.gn
This commit is contained in:
parent
c0173f8b95
commit
97cc297242
1 changed files with 2 additions and 1 deletions
3
src/third_party/opus/BUILD.gn
vendored
3
src/third_party/opus/BUILD.gn
vendored
|
@ -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 += [
|
||||
|
|
Loading…
Reference in a new issue