lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.27k stars 143 forks source link

Allow to build on Windows with Debug build type #480

Closed ekilmer closed 3 years ago

ekilmer commented 3 years ago

From an initial glance, shouldn't this be more like:

"$<$<CONFIG:Debug>:/MDd>$<$<CONFIG:Release>:/MD>"

?

Hmmm. Yeah, I think this should be equivalent 👍