Next: Library Types, Previous: Debug Information, Up: Running Make [Contents]
By default the Makefile Package does not tell the compiler to generate profiling 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 profiling information is put into the binary files.
make profile=yes