mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update BUILD.gn
This commit is contained in:
parent
5d8982aaac
commit
f97b9feef6
1 changed files with 1 additions and 0 deletions
1
src/third_party/opus/BUILD.gn
vendored
1
src/third_party/opus/BUILD.gn
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue