richgel999 / miniz

miniz: Single C source file zlib-replacement library, originally from code.google.com/p/miniz
MIT License
2.2k stars 322 forks source link

Remove /Zi from MSVC build #292

Open expipiplus1 opened 11 months ago

expipiplus1 commented 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

expipiplus1 commented 11 months ago

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.