kopia lustrzana https://github.com/f4exb/sdrangel
Merge pull request #1281 from srcejon/fast_math
Disable NAN and INF optimisations on Linuxpull/1283/head
commit
6b842f0361
|
@ -19,7 +19,7 @@ if(WIN32)
|
|||
endif()
|
||||
|
||||
if(NOT MSVC)
|
||||
add_compile_options(-Wall -Wextra -Wvla -Woverloaded-virtual -ffast-math -ftree-vectorize)
|
||||
add_compile_options(-Wall -Wextra -Wvla -Woverloaded-virtual -ffast-math -fno-finite-math-only -ftree-vectorize)
|
||||
endif()
|
||||
|
||||
if (SANITIZE_ADDRESS)
|
||||
|
|
Ładowanie…
Reference in New Issue