cl.exe 的 /FD 选项是什么
When I use Visual Studio for a C++ application, it generates a cl.exe command line with an /FD
option.
But I can't find that option in the compiler documentation
Is it a legacy option? what does it do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处。它是一个 IDE 最小重建,除了通过属性页(这就是您所看到的)之外,不会向用户公开。
See here. It's an IDE minimal rebuild and is not exposed to users except through the property page, which is what you're seeing.