Next: , Previous: , Up: Running Make   [Contents]


1.3.1 Debug Information

By default the Makefile Package tells the compiler to generate debugging information when compiling Objective-C and C files. The following command illustrates how to tell the Makefile Package to pass the appropriate flags to the compiler so that debugging information is not put into the binary files.

make debug=no