coin-or / Clp

COIN-OR Linear Programming Solver
Other
392 stars 82 forks source link

Update windows-ci replacing --enable-msvc=MD with --enable-msvc #290

Closed jhmgoossens closed 5 months ago

jhmgoossens commented 5 months ago

Compare the resulting binaries from the previous --enable-msvc=MD with the new. I believe the is no difference. BuildTools does not seem to handle values like "=MD" anyway.

jhmgoossens commented 5 months ago

This PR was for testing purposes only. There is a difference in the binaries produced by "--enable-msvc=MD" compared to "--enable-msvc": The "--enable-msvc=MD" seems to produces mingw64 binaries, not MSVC. The "--enable-msvc" seems to produce the expected MSVC binaries.