opencolorio: move CXXFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-15 19:56:57 +01:00
parent 3618fe8521
commit a91457db78
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
# 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";
env.CXXFLAGS = "-ffp-contract=on";
cmakeFlags = [
"-DOCIO_INSTALL_EXT_PACKAGES=NONE"
"-DOCIO_USE_SSE2NEON=OFF"