2
0
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:
the_hunter 2025-02-25 01:17:54 +02:00
parent 19e2898a0d
commit 0a6172735d

View File

@ -189,6 +189,8 @@ target_compile_options("${TARGET_NAME}"
>
$<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>
)
#-------------------------------------------------------------------------------