mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-09 03:49:21 -06:00
The qmake doesn't support reuse of already compiled PCH, what means PCH-s are compiled for each test case, which is much slower ~10s. I would have to manage the PCH compilation flags myself to make PCH reuse possible.