On Tue, May 28, 2024 at 05:59:28PM +0200, Richard Duivenvoorde via QGIS-Developer wrote: > running ccmake with -DCMAKE_BUILD_TYPE=Debug and then running form the build > dir still gives me debug messages
Uh! I didn't expect "DEBUG" != "Debug" but that was exactly the problem. Thanks! > Other options during runtime (IF you build Debug): > > # NO messages > export QGIS_DEBUG=0 > > # FULL messages > export QGIS_DEBUG=5 Useful! I've added this info in the INSTALL.md file with a commit in https://github.com/qgis/QGIS/pull/57594 --strk;
signature.asc
Description: PGP signature
_______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
