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 - -zd add line number debug info http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Zd                 Add line number debug info
------------------------------------------------------------------------------
 Syntax
   -Zd

 Arguments
   None.

 Default
   No line number info added to the executable file.

 Description
   The -Zd switch instructs the linker to include the line numbers
   of the source code in the generated executable file as debugging
   information. Specify this option when preparing the program for use
   with the Force debugger, but for some reason the inspection of variables
   is not desired.

   After having finished debugging, it is recommended to rebuild the
   application without using the -Zd switch to reduce the size of the
   executable file.

 Example
   . Include line numbers in the executable for use by the Force debugger.
   
     flink.exe -Zd test.obj

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