mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-20 09:59:53 -06:00
- allow to enable UBSan with the CONFIG+=ubsan config with qmake - added UBSan.supp config to suppress Qt's errors, can be enabled using the UBSAN_OPTIONS=suppressions=<path>/UBSan.supp env. variable