From 6d705693a33582b292fa26f7268470f1cfa35190 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 27 Feb 2020 12:27:57 +0100 Subject: 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. --- intern/libc_compat/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'intern/libc_compat') diff --git a/intern/libc_compat/CMakeLists.txt b/intern/libc_compat/CMakeLists.txt index f8fede5673b..21d252806d4 100644 --- a/intern/libc_compat/CMakeLists.txt +++ b/intern/libc_compat/CMakeLists.txt @@ -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}") -- cgit v1.2.3