You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this crate doesn't actually make decisions about
final application linking, it's only appropriate to not
interfere with the process. This can be achieved with
-MT -Zl, because object modules compiled with these flags
can be linked with either VCCRT version, static or dynamic,
debug or release...
For reference, -Zl doesn't affect linking directives set with
in Windows headers to add references to not-so-common libraries
like mfc.lib, windowscodecs.lib to name just a pair.
0 commit comments