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.
我有一个使用 Gyp 设置的 MSVC 项目。 我查看了 gyp 的来源,但没有找到任何对/Zm标志的引用。
/Zm
我在哪里可以放入/Zm200gyp 文件?
/Zm200
msvs_settingsMSVC 的 GYP 目标中可能有一个字典:
msvs_settings
'msvs_settings': { 'VCCLCompilerTool': { 'AdditionalOptions': ['/Zm200'], }, },