The executable file created by the compiler often contains sequences of repeated bytes. You can remove these repeated sequences with the /EXEPACK option. This decreases the size of the resulting executable file as well as program load time.
Note:
Because the /EXEPACK option removes debug information from the executable file, you should not use it with the /CODEVIEW option.