-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
901ccf760 (dev), a13a28772 (6.10), db8a88b94 (dev), 39ebb27ab (6.10)
the feature config files are generated without inclusion guards.
this causes issues with the SIMD detection code for universal binaries on macos:
- qconfig.h defines e.g. QT_COMPILER_SUPPORTS_SSE2
- qcompilerdetection.h potentially undefines it again
- later inclusions of qconfig.h re-defines it again.
on macos one should typically rely on the compiler-provided preprocessor defines like _SSE_, as they are populated based on the minimum deployment target.
- resulted in
-
QTBUG-140149 multimedia: unity builds broken on macos
-
- Closed
-