Fix Linux CentOS buildbot handing on ffmpeg test

Don't use -ffast-math functions for libc compatibility implementation, since
then the function ends up calling itself. This may not be ideal for performance
but should be insignificant in practice.
This commit is contained in:
Brecht Van Lommel 2020-02-27 12:27:57 +01:00
parent 2515a125c8
commit 6d705693a3
1 changed files with 0 additions and 2 deletions

View File

@ -32,6 +32,4 @@ set(SRC
set(LIB
)
add_c_flag(-ffast-math)
blender_add_lib(bf_intern_libc_compat "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")