mirror of
https://github.com/rehlds/revoice.git
synced 2025-03-03 17:15:25 +03:00
Enable floating-point optimizations for silk non-Debug
This commit is contained in:
parent
c5fafac2f4
commit
659e3b71a7
2
external/silk/CMakeLists.txt
vendored
2
external/silk/CMakeLists.txt
vendored
@ -215,4 +215,6 @@ endif()
|
||||
target_compile_options("${TARGET_NAME}"
|
||||
PRIVATE
|
||||
$<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