Show/Hide Toolbars

XSharp

The -filealign compiler option lets you specify the size of sections in your output file.

Syntax

-filealign:number  

Arguments

numberA value that specifies the size of sections in the output file. Valid values are 512, 1024, 2048, 4096, and 8192. These values are in bytes.

Remarks

Each section will be aligned on a boundary that is a multiple of The -filealign value. There is no fixed default. If -filealign is not specified, the common language runtime picks a default at compile time.

 

By specifying the section size, you affect the size of the output file. Modifying section size may be useful for programs that will run on smaller devices.

 

Use DUMPBIN to see information about sections in your output file.

 

To set this compiler option in the Visual Studio development environment

 

1.Open the project's Properties page.

2.Click the Build property page.

3.Add the option in the "User-Defined Command Line options" property