find "$BUILD_ROOT/$CONFIGURATION/$WRAPPER_NAME" -name '*.h' -exec rm {} \;(Thanks to David Southwick)
-pg
implies -O0
, which
can change the performance characteristics of your application.
Also, in order for profiling info to be generated, the program has to
call exit() (gmon.out is written during an atexit() handler)
(Thanks to AgentM)
If you find an error in the book, please report it.