Details
-
Suggestion
-
Resolution: Fixed
-
P4: Low
-
6.7.3, 6.10
-
None
-
Ubuntu 24.04 LTS
-
dc2a73cef (dev)
Description
- Configure a release build of Qt.
I used:~/dev/src/qt-6.7.3/configure -opensource -confirm-license -prefix $PWD/qtbase -release
- In a different directory, do the same again but with added flag -force-asserts.
- Compare the files config.summary written to the respective directory.
Expected: The enforced asserts are mentioned in the summary.
Actual: Both files are identical although the resulting builds differ.