Visual Basic / Visual Studio优化? [英] Visual Basic / Visual Studio Optimization?

查看:84
本文介绍了Visual Basic / Visual Studio优化?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在项目属性(项目设计器)选项卡上,有一组页面(应用程序,编译,调试,引用,...)。

On the Project Properties (Project Designer) tab, there's a set of pages (Application, Compile, Debug, References, ...).

COMPILE和DEBUG页面允许您选择配置(调试,发布)。

The COMPILE and DEBUG pages allow you to select the Configuration (Debug, Release).

选择RELEASE(而不是DEBUG) 自动 更改编译和构建设置以优化代码并(希望)提高程序的性能,资源利用率,
等? 或者是否需要手动设置优化设置?

Does choosing RELEASE (instead of DEBUG) automatically change the compile and build settings in order to optimize the code and (hopefully) improve the program's performance, resource utilization, etc?  Or do the optimization settings need to be set manually?

推荐答案

"编译"选项卡包含"高级编译选项"按钮。该对话框包含"启用优化"复选框,在发布时选中该复选框。
因此,如果您没有更改此类默认设置,Release将自动执行优化。

如果您定义自己的新配置,则可以根据需要选择所有选项。


这篇关于Visual Basic / Visual Studio优化?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆