blob: e24bc266a10b1f6d6cc6f3be92544f22f548a5b5 (
plain)
1
2
3
4
5
6
|
COMPILE_DEFINITIONS-property-cleanup
------------------------------------
* For all ``COMPILE_DEFINITIONS`` properties, any leading ``-D`` on an item
will be removed regardless how to was defined: as is or inside a generator
expression.
|