I have a set of statements for tracing across the code.
Is there any way to get rid of these set of statements before compilation in order to improve the performance?
Will the concept of precompiled headers work out in this scenario?
Thanks in advance
Rupesh
Usually trace is performed in a way similar to this (oversimplified here):
Then compile with or without
-DDISPLAY_TRACESdepending on whether you want traces.