swift
fc23eef2 - Disable macro on windows (#71685)

Commit
2 years ago
Disable macro on windows (#71685) On windows (PECOFF), the `static let` properties produced by `DebugDescriptionMacro` are not constants, and as a result the `@_section` macro cannot be applied. The error message is: > global variable must be a compile-time constant to use `@_section` attribute Until this issue is addressed, DebugDescriptionMacro is disabled for windows targets.
Author
Parents
Loading