Skip to content

Don't export QT_HASH_SEED and QT_NO_CPU_FEATURE anymore

It appears the bug that prompted the addition of QT_NO_CPU_FEATURE=sse4.2 was fixed with Qt 5.10.0 [1].

Furthermore kdebugsettings doesn't use QHash anymore [since 2], so there's no need for QT_HASH_SEED=1 either.

[1] https://bugreports.qt.io/browse/QTBUG-47566 [2] a3fd6465

Merge request reports