OR in assembly definition files "Define Constraints"

There’s a section in assembly definition file’s inspector called “Define Constraints”.
By default all of those define constraints must be true for that assembly to get compiled.
Is it possible to have OR instead of AND between them? I want to compile an assembly if one of (or both) DEBUG and SERVER is defined.

I’d like the same. Did you find a way of doing this?

This is documented at Assembly Definition properties:

2 Likes