what's the difference between mt-gd and mt-s library

前端 未结 2 1754
离开以前
离开以前 2020-12-13 13:31

In the boost, there are two types of libs, one is ending with mt-gd, the other is ending with mt-s. What\'s the difference between those two?

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 14:07

    Read Boost Getting Started on Windows

    • mt : multi threaded
    • d : Add ABI tags, could be used with:
      • g : using debug versions of the standard and runtime support libraries.
      • s : linking statically to the standard and runtime support libraries.
      • and more

提交回复
热议问题