Compartilhar via


Como: Definir otimizações do compilador (Visual Basic)

The Visual Basic compiler supports several optimizations that can, in some cases, make an application file smaller, make an application run faster, or speed up the build process, Compiler optimizations are set in the Advanced Compiler Settings dialog box, accessible from the Compile page of the Project Designer.

To remove integer overflow checks

  1. Com um projeto selecionado no Solution Explorerdiante do projeto menu. Clique em Propriedades.

  2. Click the Compile tab.

  3. Click the Advanced Compile Options button.

  4. In the Advanced Compiler Settings dialog box, select the Remove integer overflow checks check box.

To enable optimizations in the output file

  1. Com um projeto selecionado no Solution Explorerdiante do projeto menu, clique em Propriedades.

  2. Click the Compile tab.

  3. Click the Advanced Compile Options button.

  4. In the Advanced Compiler Settings dialog box, select the Enable optimizations check box.

To generate debugging information

  1. Com um projeto selecionado no Solution Explorerdiante do projeto menu, clique em Propriedades.

  2. Click the Compile tab.

  3. Click the Advanced Compile Options button.

  4. The Advanced Compiler Settings dialog box appears. No Generate debug info lista, selecione total, Nenhum, ou pdb-only.

Consulte também

Tarefas

Como: Definir constantes de compilação (Visual Basic)

Como: Especificar um endereço Base para uma DLL.

Como: Otimizar um aplicativo para um tipo específico de CPU

Referência

Avançado da caixa de diálogo Configurações do compilador (Visual Basic)

Caixa de Diálogo de Configurações Avançadas de Compilação (C#)

Outros recursos

Gerenciando as Propriedades de Compilação