Open expipiplus1 opened 11 months ago
This seems like an option better set externally by the user if they desire separate debug info
Furthermore, this prevents building miniz with sccache enabled, see https://github.com/mozilla/sccache/pull/963
An alternative would be to set the MSVC_DEBUG_INFORMATION_FORMAT property on the target, this would still set it from miniz, but allow it to be more easily changed.
This seems like an option better set externally by the user if they desire separate debug info
Furthermore, this prevents building miniz with sccache enabled, see https://github.com/mozilla/sccache/pull/963