blob: ed8fb1a5302dbfaba1b6f60a5d7f079dedc46701 (
plain)
1
2
3
4
5
6
7
|
unity-build-anonymous-macros
----------------------------
* The :prop_tgt:`UNITY_BUILD_UNIQUE_ID` target property
was added to support generation of an identifier that is
unique per source file in unity builds. It can help to
resolve duplicate symbol problems with anonymous namespaces.
|