mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
cmake: Remove pointless floating math contract option
This commit is contained in:
parent
1c7350edf7
commit
15bf5b8e64
1 changed files with 0 additions and 2 deletions
|
@ -1916,13 +1916,11 @@ elseif(D_PLATFORM_LINUX AND ((CMAKE_CXX_COMPILER_ID STREQUAL "Clang") OR (CMAKE_
|
||||||
else()
|
else()
|
||||||
target_compile_options(${PROJECT_NAME} PRIVATE
|
target_compile_options(${PROJECT_NAME} PRIVATE
|
||||||
"-ffp-model=fast"
|
"-ffp-model=fast"
|
||||||
"-ffp-contract=on"
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
target_compile_options(${PROJECT_NAME} PRIVATE
|
target_compile_options(${PROJECT_NAME} PRIVATE
|
||||||
"-ffp-model=precise"
|
"-ffp-model=precise"
|
||||||
"-ffp-contract=on"
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue