cl.exe 的 /FD 选项是什么

发布于 2024-08-03 05:42:47 字数 218 浏览 2 评论 0原文

当我将 Visual Studio 用于 C++ 应用程序时,它会生成带有 /FD 选项的 cl.exe 命令行。

但我在编译器文档中找不到该选项

是吗遗留选项?它有什么作用?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

画尸师 2024-08-10 05:42:47

请参阅此处。它是一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文