Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 6.1.0 Alpha
-
Fix Version/s: 6.3.0 Alpha
-
Component/s: Build System: CMake
-
Labels:
-
Epic Link:
-
Commits:129dae5dbd0b4e51433a00b41282bcb8850fb2e3 (qt/qtbase/dev)
Description
After searching a bit, I found this option to add compiler flags to configure.
../configure – -DCMAKE_CXX_FLAGS_RELEASE=-march=skylake
But the configure overview still says:
"Building for: linux-g++ (x86_64, CPU features: mmx sse sse2)"
Which means Qt isn't aware the cpu feature is enabled unconditionally (or the output is wrong).