mirror of
https://github.com/rehlds/revoice.git
synced 2025-03-03 17:15:25 +03:00
Enable floating-point optimizations for speex non-Debug
This commit is contained in:
parent
19e2898a0d
commit
0a6172735d
2
external/speex/CMakeLists.txt
vendored
2
external/speex/CMakeLists.txt
vendored
@ -189,6 +189,8 @@ target_compile_options("${TARGET_NAME}"
|
|||||||
>
|
>
|
||||||
|
|
||||||
$<IF:$<C_COMPILER_ID:MSVC>,/W0,-w>
|
$<IF:$<C_COMPILER_ID:MSVC>,/W0,-w>
|
||||||
|
$<$<AND:$<C_COMPILER_ID:MSVC>,$<NOT:$<CONFIG:Debug>>>:/fp:fast>
|
||||||
|
$<$<AND:$<NOT:$<C_COMPILER_ID:MSVC>>,$<NOT:$<CONFIG:Debug>>>:-ffast-math>
|
||||||
)
|
)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user