mirror of
https://github.com/rehlds/revoice.git
synced 2025-03-04 01:25:31 +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}"
|
target_compile_options("${TARGET_NAME}"
|
||||||
PRIVATE
|
PRIVATE
|
||||||
$<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