Explain TU as translation unit where appropriate

This commit is contained in:
Martin Hořeňovský
2022-09-03 22:22:10 +02:00
parent 7b2e7d623b
commit 686468d185
3 changed files with 10 additions and 8 deletions

View File

@@ -21,9 +21,10 @@ reduced by roughly 80%. The improved ease of maintenance also led to
various runtime performance improvements and the introduction of new features.
For details, look at [the release notes of 3.0.1](release-notes.md#301).
_Note that we still provide one header + one TU distribution but do
not consider it the primarily supported option. You should also expect
that the compilation times will be worse if you use this option._
_Note that we still provide one header + one translation unit (TU)
distribution but do not consider it the primarily supported option. You
should also expect that the compilation times will be worse if you use
this option._
## How to migrate projects from v2 to v3