* Dridi Boukelmoune: >> I've seen this errror before. It's uusally caused by upstream accidentally >> overriding CFLAGS instead appending to already set CFLAGS, which breaks >> fedora builds. Look for something like "set *CFLAGS* (foo bar)" in >> CMakeLists.txt files, and change it to *append* to the already existing >> value (coming from fedora settings), instead of overriding it. > > Actually, upstream should prepend its own CFLAGS et al to give > precedence to user-defined flags.
The ispc compiler unfortunately has a completely different command line syntax from what we use in CFLAGS, so this is not going to work anyway. Thanks, Florian _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org