opencolorio: move CXXFLAGS into env for structuredAttrs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user