Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - -v verbose output http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -V                  Verbose output
------------------------------------------------------------------------------
 Syntax
   -V

 Arguments
   None.

 Default
   No verbose output during linking.

 Description
   The -V switch instructs the linker to provide additional information
   during linking. First the memory available to the linker is shown, then
   the entry to and exit from the main phases in the link process are
   displayed, as well as the names of object and library files currently
   being processed. The load image size of the executable and the stack
   size of the program is displayed in the end of a successful link.

   When the application is generated with debugging turned on (the -Zi
   switch), the -V option results in presenting information on the process
   of generating the symbol table, and a summary of the various symbols
   found in the program.

 Example
   . Display additional information during the link process.
   
     flink.exe -V test.obj

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson