opencolorio: disable ffp-contract due to failing tests on march builds

This commit is contained in:
Redhawk18
2026-01-29 18:27:11 +01:00
committed by Sandro Jäckel
parent ebbb2660d8
commit fecb61db25
@@ -67,6 +67,9 @@ stdenv.mkDerivation rec {
openexr
];
# Gcc blindly tries to optimize all float operations instead of just marked ones.
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122304
CXXFLAGS = "-ffp-contract=on";
cmakeFlags = [
"-DOCIO_INSTALL_EXT_PACKAGES=NONE"
"-DOCIO_USE_SSE2NEON=OFF"