Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
/MD フラグ (マルチスレッド DLL) を使用して node.js モジュールをコンパイルしたいと考えています。binding.gyp の cflags オプションに「/MD」を指定しても機能しません。
RuntimeLibraryに設定する必要があります2。このようなもの:
RuntimeLibrary
2
'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeLibrary': 2, # multi threaded DLL }, },