Am 05.11.2022 um 11:32 schrieb Alexandru Croitor:
Hi.

Make sure that the configure summary shown at the end mentions that tsan is 
enabled. Search for sanitizer.

I think the right configure line is

../qt6/configure -developer-build -opensource -nomake examples -nomake
tests -sanitize thread

that helped!

currently building only qtbase

mkdir qt6_dev
cd qt6_dev
git clone git://code.qt.io/qt/qt5.git qt6
cd qt6
git checkout v6.4.0
perl init-repository
mkdir qt6-build
cd qt6-build
../qt6/qtbase/configure -developer-build -opensource -nomake examples
-nomake tests -sanitize thread
cmake --build . --parallel


thanks all for your help
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to