VC++ libcurl .lib 大小

发布于 2024-08-25 08:19:03 字数 203 浏览 6 评论 0原文

编译 libcurl 时,我遇到了 .lib 大小的问题。它有 1.6 MB,他们拥有的示例程序约为 300 KB。

我下载了最新版本(curl-7.20.0)并从 Visual Studio 2008 中的 lib 目录中打开了项目文件。在项目属性中,我设置了 /MT 并编译了发布版本。我什至尝试将 HTTP_ONLY 添加到处理器,这似乎没有影响任何东西。这是怎么回事?

I'm having an issue with the size of the .lib when I compile libcurl. It's 1.6 MB and the sample program they have is alround 300 KB.

I downloaded the latest version (curl-7.20.0) and opened the project file from the lib directory in visual studio 2008. In the project properties I set /MT and compiled a release build. I even tried adding HTTP_ONLY to the processor which didn't seem to affect anything. What's going on?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

厌味 2024-09-01 08:19:03

关闭整个程序优化以保持合理的大小。项目 + 属性、C/C++、优化。

Turn off Whole Program Optimization to keep the size reasonable. Project + Properties, C/C++, Optimization.

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